:: Forum >>

how to make a column readonly in grid?

i want to make a column readonly in grid. please help!
kishor
Tuesday, December 15, 2009
You can enable/disable cell editing with cellEditable property -

obj.setCellEditable(true); // enable editing for all columns
obj.setCellEditable(false, 1); // disable editing for column-1

The above code will disable editing for the second column.
Alex (ActiveWidgets)
Tuesday, December 15, 2009

This topic is archived.


Back to support forum

Forum search