:: Forum >>

How do you make a column uneditable?

Suppose you've set up your grid to be editable. How would one set the first column so that the cells in that column were not editable, leaving the rest of the grid to be editable.
Eric Juvet
Friday, June 16, 2006
This code should do it -

obj.setCellEditable(true); // all cells
obj.setCellEditable(false, 0); // first column
Alex (ActiveWidgets)
Monday, June 19, 2006
Thank you!
Eric Juvet
Wednesday, June 21, 2006

This topic is archived.


Back to support forum

Forum search