This question is locked. New answers and comments are not allowed.
Hi
I am using the Terlik PersistenceFramework to save the RadGridView for Silverlght settings.
Saving and Loading settings is working fine except the position of the checkbox column. I have a checkbox column as the first column (0th position). But when it loads it moves to the last position(9th posistion as I have a total of 10 columns).
I verified the serialized xml that goes to the SQL Server DB that the column position is 0. Also verified that while loading the column is loading to the 0th position and DisplayIndex is 0 for the said column.
But on UI the checkbox column appears in the last position.
Could you please help me to resolve this issue.
I used the code in the example given in the url : http://demos.telerik.com/silverlight/#PersistenceFramework/GridViewCustomSerialization
Thanks & Regards,
Charmis
I am using the Terlik PersistenceFramework to save the RadGridView for Silverlght settings.
Saving and Loading settings is working fine except the position of the checkbox column. I have a checkbox column as the first column (0th position). But when it loads it moves to the last position(9th posistion as I have a total of 10 columns).
I verified the serialized xml that goes to the SQL Server DB that the column position is 0. Also verified that while loading the column is loading to the 0th position and DisplayIndex is 0 for the said column.
But on UI the checkbox column appears in the last position.
Could you please help me to resolve this issue.
I used the code in the example given in the url : http://demos.telerik.com/silverlight/#PersistenceFramework/GridViewCustomSerialization
Thanks & Regards,
Charmis