-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
Is desirable to have the feature of server side paging. The current implementation of paging in controls such like grid, listbox is client side and is forcing to load all the data before showing it in the control. I have missed this feature since ZK 5.X and in the new ZK 6.X I haven't seen any news on that.
In ZK 5.X I had to write my own implementation of server side paging but in ZK 6.0 the control will break the MVVM Pattern.
Thanks.