metatronix
Feb 24, 2017, 9:14 AM
Hi all!
In this example:
http://examples.ext.net/#/GridPanel/ArrayGrid/ArrayWithPaging/
When the gridpanel page size is changed, I see that the store is reload and the method:
private void BindData()
is called any times.
I have a problem with one of my page because the query that populate the gridpanel the first time is slowly (~10/15 seconds) and each times that the users want to change the page size, the query is recalled and is very slowly.
There is a method for change the page size without repopulate the store datasource?
Thank you!!
Stefano
In this example:
http://examples.ext.net/#/GridPanel/ArrayGrid/ArrayWithPaging/
When the gridpanel page size is changed, I see that the store is reload and the method:
private void BindData()
is called any times.
I have a problem with one of my page because the query that populate the gridpanel the first time is slowly (~10/15 seconds) and each times that the users want to change the page size, the query is recalled and is very slowly.
There is a method for change the page size without repopulate the store datasource?
Thank you!!
Stefano