Hi,
I've created a large grid and I'm having a slight issue. I want the users to be able to check and uncheck the checkboxes at their leisure. Also, I do not want the users to be able to edit the text in this column. Is there a way I can keep the user from editing the text while still allowing them to change the checkbox at will?
I've tried setting the grid to readonly while setting readonly on the column to false. This results in the column being uneditable (for the checkbox and the text).
What is interesting to us is that this worked fine in demo 1.2.3 but does not appear to be working in 1.2.7 (in the demo or my code).
Thanks ahead,
Corey