Posted 11 May 2020, 11:42 am EST
Does Wijmo Grid support server side paging and filtering. I want to do Server Side paging and filtering for Wijmo Grid
A sample example will be helpful
Thanks
Forums Home / Wijmo / General Discussion
Posted by: kapil.r.shah on 11 May 2020, 11:42 am EST
Posted 11 May 2020, 11:42 am EST
Does Wijmo Grid support server side paging and filtering. I want to do Server Side paging and filtering for Wijmo Grid
A sample example will be helpful
Thanks
Posted 12 May 2020, 1:33 am EST
Hi Kapil,
You can use the ServerCollectionView class. The demo can be found in the link below:
https://demos.wijmo.com/5/Angular2/ServerCollectionView/ServerCollectionView/
and below is the source code of this class:
https://demos.wijmo.com/5/SampleExplorer/SampleExplorer/Sample/ServerCollectionView/Angular2/Code
Let us know if this fulfills your requirements and if you face any issue while implementing.
Note that to implement ServerCollectionView, your server needs to have all the REST API methods like GET, POST etc, implemented.
Regards,
Ashwin
Posted 2 June 2020, 10:47 am EST
Hi Ashwin,
A sample application using the ServerCollectionView class for server side Paging and filtering will be helpful.
Thanks
Posted 3 June 2020, 3:38 am EST
Hi Kapil,
Please refer to the sample attached which uses ServerCollectionView.
Note that this sample uses Visual Studio as the server is created using ASP.
~regards