bring the scroll bar location to current record

i am showing records in grid ,but i want to bring scrollbar postion to selected record .

1 Reply

HA haneefm Syncfusion Team May 14, 2007 03:22 PM UTC

Hi Swaminath,

You can call

grid.TableControl.ScrollInView(element);

element could be grid.Table.CurrentElement in your case.

Best regards,
Haneef

Loader.
Up arrow icon