Hi Friends,
I have 4 columns in my UltraGrid.Out of these, 2 are hidden. I want the grid to be sorted based on one of the hidden columns when InitializeLayout()is called. How do I do that ? Regards,Sid.
e.Layout.Bands[0].SortedColumns.Add(e.Layout.Bands[0].Columns["My hidden column key"]);