I am using filtering with a custom DataProvider for my Virtual Grid. Users use the popup dialog to set filter conditions. It works well.
I understand how to retrieve the filter descriptors from one grid and to apply them to another. But how may I persist them?
I want to save to a text file a set of filters from VirtualGrid A. Then, later on, I wan to set VirtualGrid B columns to to use those same filters purely from that persisted text?
I can see that ColumnFilterDescriptor.ToString() will give me what looks like a full persistable filter expression. At least it looks like a meaningful expression. But I canntot see a method to go the other way
I understand how to retrieve the filter descriptors from one grid and to apply them to another. But how may I persist them?
I want to save to a text file a set of filters from VirtualGrid A. Then, later on, I wan to set VirtualGrid B columns to to use those same filters purely from that persisted text?
I can see that ColumnFilterDescriptor.ToString() will give me what looks like a full persistable filter expression. At least it looks like a meaningful expression. But I canntot see a method to go the other way