Posted 14 September 2017, 11:26 am EST
We have a user case that when user apply any filter/sorting, it can be saved and retrieved, so the next time user open the grid it will show the last grid’s status(assume columns don’t change, but data could change).
I was wondering whether wijmo provide any static object to do that. I tried to save the object CollectionView.sortDescriptions, but since it is not a static object, it will be killed once grid died. (deep copy is another option but is the worst choice)
I saw grid has a way to persist on layout, any ideas to persist on sorting/filtering? http://wijmo.com/topic/persist-flexgrid-state/