:: Forum >>

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
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 support forum

Forum search