hi
is it possible to set a specified cell as inactive?, by inactive a mean that a can't edit it aor change it's checkstate
another question
can i set properities for only one cell (for example cell color or font size?
Hi, have a try with (dcl_grid_setcellstyle grid nRow nCol 0).
You can set layout properties only for the whole grid.
Regards, Fred
thanks for answer
it helped me a lot
but i noticed strange thing
setcellstyle function works only if you setcurrentcell on the cell
anyway
thanks
Hi, yes, dcl_grid_setcellstyle changes only one cell.
Regards, Fred