This question is locked. New answers and comments are not allowed.
Hi All. I'm building this app that makes heavy use of grid filters. One of the things a user can do is copy the filters out of a grid and apply them to other grids whenever they choose. I would like to be able to serialize these filters to XML so I can persist them across user sessions.
I would like to know if (and how) a ColumnFilterDescriptor can be serialized and deserialized. If not then please consider adding a couple of methods that lets one accomplish this.
I know about ColumnFilterDescriptor.ToString() - a corresponding ColumnFilterDescriptor.FromString() would be awesome.
Thanks -
Scott
I would like to know if (and how) a ColumnFilterDescriptor can be serialized and deserialized. If not then please consider adding a couple of methods that lets one accomplish this.
I know about ColumnFilterDescriptor.ToString() - a corresponding ColumnFilterDescriptor.FromString() would be awesome.
Thanks -
Scott