AD
Administrator
Syncfusion Team
January 20, 2005 06:35 PM UTC
The code you listed:
gdg.Selections.SelectRange(GridRangeInfo.Row(gdg.Binder.PositionToRowIndex(i)),false);
should select the row. But if you also want to scroll it into view, then also call gdg.ScrollCellInView.