No subject

How can I force the grid to have the first row selected when I load it?

1 Reply

AD Administrator Syncfusion Team March 24, 2003 02:28 PM UTC

You can add the first row to the grid's Selections property, say in FormLoad. this.gridControl1.Selections.Add(GridRangeInfo.Row(1));

Loader.
Up arrow icon