This question is locked. New answers and comments are not allowed.
when trying to save radgridview setting with
http://demos.telerik.com/silverlight/#PersistenceFramework/GridViewCustomSerialization
i have a problem because one of the gridview column header is a checkbox
and it saves the header as string and loads it as string .and not as real checkbox
http://demos.telerik.com/silverlight/#PersistenceFramework/GridViewCustomSerialization
i have a problem because one of the gridview column header is a checkbox
<telerik:GridViewCheckBoxColumn IsReadOnly="False" DataMemberBinding="{Binding checkboxcp, Mode=TwoWay}" AutoSelectOnEdit="True" UniqueName="CheckBox_mo" > <telerik:GridViewCheckBoxColumn.Header> <CheckBox Name="chStandard" Checked="CheckBox_Checked" Content="is valid" IsChecked="False" Unchecked="chStandard_Unchecked" /> </telerik:GridViewCheckBoxColumn.Header> <telerik:GridViewCheckBoxColumn.CellStyleSelector>