HA
haneefm
Syncfusion Team
May 24, 2007 03:03 PM UTC
Hi Swaminath,
You can try setting the GridTableControl.TopRowIndex property to scroll the grid at required position. Below is a code snippet.
int indexX = this.gridGroupingControl1.Table.NestedDisplayElements.IndexOf( currentElement );
this.gridGroupingControl1.TableControl.TopRowIndex = indexX;
Best regards,
Haneef