Hi,
I would like my application to save the grid state (sort, column order, filters, etc) and then when restarted I would like to re-apply these settings.
I started playing around with this idea only to find the SortDescription and CompositeFilterDescription are not Serializable. Can we please make these serializable in a future release? Even better can we add the methods:
RadGridView.SaveGridState(string filename)
RadGridView.LoadGridState(string filename)
Thanks
Guido Tapia
I would like my application to save the grid state (sort, column order, filters, etc) and then when restarted I would like to re-apply these settings.
I started playing around with this idea only to find the SortDescription and CompositeFilterDescription are not Serializable. Can we please make these serializable in a future release? Even better can we add the methods:
RadGridView.SaveGridState(string filename)
RadGridView.LoadGridState(string filename)
Thanks
Guido Tapia