SmartClient Version: SC_SNAPSHOT-2010-12-04/EVAL Deployment
I am able to successfully save and restore ListGrid settings using getViewState() and setViewState() as well as saving and restoring hiliteState. See this post for details.
Most aspects of the grid state, such as column widths and sort order, are restored when I call setViewState() and pass it the string I received from getViewState(). But the order of the columns in the grid does not get restored.
I am able to successfully save and restore ListGrid settings using getViewState() and setViewState() as well as saving and restoring hiliteState. See this post for details.
Most aspects of the grid state, such as column widths and sort order, are restored when I call setViewState() and pass it the string I received from getViewState(). But the order of the columns in the grid does not get restored.
Comment