HA
haneefm
Syncfusion Team
January 9, 2008 11:08 PM UTC
Hi JayD,
You can try the below code snippet
this.grid.Model.Selections.Add(GridRangeInfo.Row(this.grid.Model.RowCount));
this.grid.CurrentCell.MoveTo(this.grid.Model.RowCount,1);
and let me know if this helps.
Best regards,
Haneef