3.2.0

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
October 29,
Try

obj.setCellEditable(false, ##);

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


JBS
November 8,

This topic is archived.

See also:


Back to support forum