HI all
I have ultaGrid which have data bind from database.
i have changed some columns caption name like this
ugInventorySelection.DisplayLayout.Bands[0].Columns["Frame Gender"].Header.Caption = "Gender";
is it posible to get name : "Frame Gender" back from code?
Tha value is returned via the UltraGridColumn's Key property. It does not change when you set the header caption.