HA
haneefm
Syncfusion Team
May 7, 2007 05:22 PM UTC
Hi Swaminath,
If you want to scroll the record into view then use the ScrollCellInView method. Here is a code snippet.
//Getting a rowindex given the record index
int position = gridGroupingControl1.Table.DisplayElements.IndexOf(record);
this.gridGroupingControl1.TableControl.ScrollCellInView(GridRangInfo.Row(position));
Also refer the below forum thread for more details.
Best regards,
Haneef