What I want to achieve is the following:
If I change the column order of a ListGrid, and set default sort column, the system can save the state of such settings, and next time when application is loaded, the setting will be loaded.
Is it possible by some easier way? I assume it is possible to make such structure as ordinal software configuration way. (using some xml or ini files to set such values and save and load them.)
If I change the column order of a ListGrid, and set default sort column, the system can save the state of such settings, and next time when application is loaded, the setting will be loaded.
Is it possible by some easier way? I assume it is possible to make such structure as ordinal software configuration way. (using some xml or ini files to set such values and save and load them.)
Comment