04-10-2006 09:35 AM
04-10-2006 09:47 AM
04-10-2006 10:18 AM
Hi Dennis.
Thanks for your help. And how can I disable some columns in Multicolumn Listbox when I checked the Editable Cells. In other words I want to enable some columns that user can edit them and disable another columns that user can't edit them. How can I do this?
Thanks.
Ali S.Mootab
04-10-2006 11:50 AM
You can use a property node to disable rows however it is harder to disable columns.
To disable columns your best bet would simple be to use an event structure to catch where the user is trying to edit, and then based off whatever logic you are using, no allow the edit.
04-11-2006 02:28 AM
04-11-2006 12:25 PM