ListGrid.setViewState(viewStateString) is not working.
From the demo
http://www.smartclient.com/smartgwt/showcase/#grid_appearance_preferences
1. Adjust the Flag column to make it really wide.
2. Save Preference, give it a preference name "WideFlagColumn"
3. Change the Preference SelectItem back to "Default"
4. Expected behavior is the list grid gets reset, but the Flag column stays wide.
I am trying to incorporate this into our application, but also experiencing this issue where setViewState appears to have no effect.
From the demo
http://www.smartclient.com/smartgwt/showcase/#grid_appearance_preferences
1. Adjust the Flag column to make it really wide.
2. Save Preference, give it a preference name "WideFlagColumn"
3. Change the Preference SelectItem back to "Default"
4. Expected behavior is the list grid gets reset, but the Flag column stays wide.
I am trying to incorporate this into our application, but also experiencing this issue where setViewState appears to have no effect.
Comment