I noticed the online documentation link doesn't work anymore
http://www.telerik.com/help/silverlight/radgridview-how-to-saveload-gridview-layout.html
When moving the to the new binaries the old code breaks. Somethings are mentioned in the Breaking Changes thread, but somethings are not.
SortDirection wasn't covered in the thread, I guessed:
FieldFilter.Filter1.Member doesn't work anymore, I guessed to remove it:
also, this doesn't work
FilterSetting setting = new FilterSetting();
setting.PropertyName = cfd.Column.DataMemberBinding.Path.Path;
Are these ok? Are you going to replace the documentation on how to restore settings?
Maybe alll of those functions have to be re-written, but I don't have time to do that right now. I was wondering if there are some quick fixes.