:: Forum >> Version 2 >>

possible to make a column uneditable?

More information on this topic is available in the documentation section: /aw.ui.grid/cell-editable.html.

Is it possible to make only the cells a single column in the grid uneditable, while leaving the rest of the grid editable? What about being able to specify arbitrary cell locations as uneditable?

thanks
-w
wombat
Monday, January 16, 2006
Yes, there is:

Obj.setCellEditable(true, 2);

When '2' is the third column of your grid.

Wednesday, February 22, 2006



This topic is archived.

Back to /aw.ui.grid/cell-editable.html

Documentation:

Forum search