Hi
I have a groupby row grid with summary settings and when the grid loads, the first groupby row summary is selected (shows in a different color). Is there a way to deselect it?
Below is the screen shot.. If you see here., the first groupby row is selected and shows in a different color..
Thanks,
if you dont want any row to be selected you can use
ultraGrid1.Selected.Rows.Clear();
Its not the row that is selected., it is the groupby row summary that is selected.