This question is locked. New answers and comments are not allowed.
Hi every one ,
i wrote a context menu control which displays the list of columns in a grid and clicking on any item will add that column into the grid and also the user can make it invisible as well ,everything works fine but when i want to save the gridview settings i want to save the runtime added or removed columns that is only possible if i save the IsVisible property of the column ,for this i added isVisible property in the columnproxy class and saving and loading the property and setting the property while saving ,but it does not update the isvisible property of the column .with best regards.
shabbir
i wrote a context menu control which displays the list of columns in a grid and clicking on any item will add that column into the grid and also the user can make it invisible as well ,everything works fine but when i want to save the gridview settings i want to save the runtime added or removed columns that is only possible if i save the IsVisible property of the column ,for this i added isVisible property in the columnproxy class and saving and loading the property and setting the property while saving ,but it does not update the isvisible property of the column .with best regards.
shabbir