How to disable one column in a ultragrid from being updated. I know how to disable the row. But I dont know how to disable the a column.
Can someone assist me?
Thanks you are the greatest.
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?
At the moment i am doing this below, which is disabling the entire row instead of the column
e.Layout.Bands[0].Columns["COLUMN_A"].Layout.Override.AllowUpdate = DefaultableBoolean.False;