:: Forum >>

Read-only columns

I have been asked to help complete a project at a client. I am very new to ActiveWidgets but I like what I am seeing thus far. They have tables where they want users to be able to change values in one or more columns, but not in others. How would you mark an entire column as read-only?

Regards,
Daryl
Daryl
Saturday, October 29, 2005
Try

obj.setCellEditable(false, ##);

Where ## is the column number, starting at 0, you want to mark as read-only.


JBS
Tuesday, November 8, 2005

This topic is archived.


Back to support forum

Forum search