:: Forum >>

How to disable edit on one column

Hello, I have an editable grid (2.0) but would like to make one column read-only, is there an easy way to do this? Thanks.
Roger Miller
Monday, December 19, 2005
Yes, you can.

obj.setCellEditable(false, 2); // disable editing

where 2 points to the third column.

HTH
Md. Sheriff, Drivestream
Tuesday, December 20, 2005

This topic is archived.


Back to support forum

Forum search