Hi,
I would like to know what is the propertyname that will make the wingrid to readonly (AllowEdit=False) ?
Thanks
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?
Set AllowUpdate on the Override:
ultraGrid1.DisplayLayout.Override.AllowUpdate = DefaultableBoolean.False.
Also there are AllowAddNew, AllowDelete properties on the override like that may be of interest.