3.2.0

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
December 19,
Yes, you can.

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


where 2 points to the third column.

HTH
Md. Sheriff, Drivestream
December 20,

This topic is archived.

See also:


Back to support forum