Hello,
Would it be possible to save the list of filters from FilterDescriptors, and re-apply the same filter later.
Let's say a user filters the data in the grid. He wants to save his "view", and be able to recall it later.
I tried using JsonConvert but it's difficult to deserialize because I don't know which type of filter was recorded (numeric, text, etc...). Any clues on how this can be achieved ?
Thanks in advance.