JJ
Jisha Joy
Syncfusion Team
June 23, 2010 08:53 AM UTC
Hi James,
You could use the TableModel.ScrollCellInView method of GridgroupingControl to stay scrolled to the desired row. See the code:
//now add a row to the datatable
this.gridGroupingControl1.TableModel.ScrollCellInView(GridRangeInfo.Row(this.gridGroupingControl1.TableModel.RowCount), GridScrollCurrentCellReason.Any);
Regards,
Jisha