I'm wondering the same, since I notice that saving the ViewState contains the frozen attribute. But when a field becomes frozen, no handleFieldStateChanged is fired. Only when the user e.g. makes the width larger of a field, the ViewState will store that he has frozen that field.
The toggleFrozen does fire handleViewStateChanged, but that one is also fired when the selection changes, which is not needed in our app.
Hi,
using v8.3p_2012-11-30/Pro Deployment (built 2012-11-30)
I think this is fixed now: upon freezing a field in the context menu, a FieldStateChangedEvent is fired.
Before this fix, this did not happen, so in order to 'save' the viewstate on a FieldStateChangedEvent for the frozen column, the user had to make a column larger to get this event fired.
That's fixed and OK.
But I'm seeing the same problem now for sorting:
- sort column X by clicking its header => no FieldStateChangedEvent got fired
- make a column large => a FieldStateChangedEvent got fired which includes the "column X is sorted" property.
Comment