Posted 20 February 2020, 6:44 am EST
I am trying to scroll to the selected row in the Wijmo grid based on row position. But it’s not happening.
Can anyone help on this
Thanks
Forums Home / Wijmo / General Discussion
Posted by: saiiramnaidu on 20 February 2020, 6:44 am EST
Posted 20 February 2020, 6:44 am EST
I am trying to scroll to the selected row in the Wijmo grid based on row position. But it’s not happening.
Can anyone help on this
Thanks
Posted 24 February 2020, 3:30 am EST
Hi,
As per our understanding, you wish to scroll to a specific row in the FlexGrid using JS. For this, you can use the scrollIntoView method. You can provide the row index of the row that you want to scroll to, as the first parameter.
https://www.grapecity.com/wijmo/api/classes/wijmo_grid.flexgrid.html#scrollintoview
Regards,
Ashwin