|
Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
I have a grid with more than thousand rows.
Is there a way to implement paging to be controlled by vertical scrollbar, without show the paging bar?
Regards,
Marcelo Camarate
|
|
Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
I posted this topic at 02/17/2016 that has not been answered. Please, someone can answer it?
Thanks in advance,
Marcelo Camarate
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Sorry about the delay. We were looking into the possibility to support this. In the current version, if you have a lot of records then you have to have a pager. It is possible for you to set the Grid in client mode and then rely on client side scroll completely. However will download all the data to the client side at once, not when user scrolls to a different page since the Grid does not reload data when user scrolls. We are looking into the possibility to dynamically callback back to the server to fetch data as you scroll, but that requires quite some code changes so it will be available in the immediate future.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
Thank you so much for your reply.
Please, look with interest to this new feature because I believe that it will bring a advantage for your Grid Control. Let me know, as soon as possible, if (and when) you will be releasing it.
Regards,
Marcelo Camarate
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Absolutely. Thank you very much for your feedback. Those are always extremely valuable to us.
|
|