This question is locked. New answers and comments are not allowed.
Hello!
I need to set pageSize property, then to call "filter" client mehod and then to set pageSize back:
But pageSize is 10 after filtering.. That is to assign pageSize after loading data. How?
I need to set pageSize property, then to call "filter" client mehod and then to set pageSize back:
grid.pageSize = 1000000; grid.filter(someFilter); grid.pageSize = 10; But pageSize is 10 after filtering.. That is to assign pageSize after loading data. How?