Hi,
I am using a hierarchical rad grid and saving some grid's statuses (filter function,sort expression,page size....) according to users.
I need to save and reload the column order of grid (After drag and drop columns)
I can save column order as a pipe separated string by using column indexes in to a xml string.
But when reloading the column order it gives exception that says mismatch with viewstate.
Can anyone give me a solution to achieve this task.
Regards,
Madu
I am using a hierarchical rad grid and saving some grid's statuses (filter function,sort expression,page size....) according to users.
I need to save and reload the column order of grid (After drag and drop columns)
I can save column order as a pipe separated string by using column indexes in to a xml string.
But when reloading the column order it gives exception that says mismatch with viewstate.
Can anyone give me a solution to achieve this task.
Regards,
Madu