3.2.0

possible to make a column uneditable?

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
January 16,
Yes, there is:

Obj.setCellEditable(true, 2);

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

February 22,

This topic is archived.

See also:


Back to support forum