Hello there,
I have a very large list grid of about 2 million records being loaded using a RestDataSource. When a user searches for himself I want him to select his name and after that scroll to a point where his record is centered vertically in the listgrid.
I've been searching in forums for a solution for this, but all I can find is something inside the technical Q&A about the list grids body element. However, I havent been able to find a body element where I can call a scroll method inside the documentation for smartGWT.
If it is the case that it hasn't been ported yet, is there another way to solve this for now by e.g. making a native function to do the job?
I have a very large list grid of about 2 million records being loaded using a RestDataSource. When a user searches for himself I want him to select his name and after that scroll to a point where his record is centered vertically in the listgrid.
I've been searching in forums for a solution for this, but all I can find is something inside the technical Q&A about the list grids body element. However, I havent been able to find a body element where I can call a scroll method inside the documentation for smartGWT.
If it is the case that it hasn't been ported yet, is there another way to solve this for now by e.g. making a native function to do the job?
Comment