w2grid.scrollIntoView

Scrolls to the specified records
scrollIntoView([ind], [column], [instant])
ind integer, optional, index of the record in records array
Returns undefined.

Description

This method will scroll into view the record with ind index. If you do not supply the ind argument, the method will scroll into view first selected record.
If you have grid defined in the following way: You can do:

User Comments

comments powered by Disqus