hello
i have a grid that is populated from tables.
At start i have the readonly property to true and allowcelselection to false and i have a checkbox on the form to check it and make the grid editable. (readonly = f and allowcellselection .t.)
but this makes all columns editable even if i have the readonly property of a specific column set to true.
is this the way it works?
do i have to set each columns property seperately?
i have a grid that is populated from tables.
At start i have the readonly property to true and allowcelselection to false and i have a checkbox on the form to check it and make the grid editable. (readonly = f and allowcellselection .t.)
but this makes all columns editable even if i have the readonly property of a specific column set to true.
is this the way it works?
do i have to set each columns property seperately?