Posted 22 April 2019, 2:09 pm EST
Hello Wijmo team,
I am using wijmo 5 and angular 5 in our project right now.
We have a form which contains more than 20,000 records in grid. I am using data collection view pagination with this form. Also using on grid filter and multi-column sort. Now, we need to tweak this form to do pagination on the server side but keep the on grid filter and multi-column sort work as before. Do you have any good solutions for this scenario?
Pagination is developed by set collection view’s pageSize and pageIndex.
We did some customize feature on the filter. We stored the grid filter settings and re-applied every time when data refreshed.
Multi-column sort is implemented by setting collection view’s sortDescriptions.
As I know that on grid filter when using Filter by Condition the list items are the values contained by the grid. If I am using server side pagination, how to display all values of the full result for user to choose or show the match values when user input value with in the search field? Because of I may set each page only show 12 -20 records, I don’t want it only contains values of the records we load.
By the way, my current wijmo package is C1Wijmo-Enterprise_5.20172.328.zip and angular version is 5.1.0
bzhang