Thank you Clay. It is nice to know the way to toggle readonly attribute.
I do need the ability to change the cell style from TextBox to ComboBox. Is there a way to achieve this?
Thanks,
Albert
>You cannot set explicit cell styles as you might in a GridControl.
>
>But I think you can do this using TableControlCurrentCellStartEditing and the DoubleClick event. Here is a little sample.
>
>
GGCReadOnly_7805.zip
>
>