Hi Isomorphic,
SmartClient Version: v12.1p_2023-04-07/Pro Deployment (built 2023-04-07)
We have some logic in our FieldStateChangedHandler that we recall getting executed when we updated the ViewState of the list grid, however, we notice that this is not the case currently.
We also notice there is a specific ViewStateChangedHandler for ViewStateChangedEvent's.
Couple quick questions.
a) Is there a case where both a FieldStateChanged event and a ViewStateChangedEvent event will be fired for the same action, such as setting the ViewState?
Or does setting the ViewState only fire a ViewStateChangedEvent?
What about setting the SelectedState?
b) Was there always a ViewStateChangedHandler or did that get introduced later? Was there any changes around when a FieldStateChanged is fired vs. when a ViewStateChangedEvent is fired?
Thank you
SmartClient Version: v12.1p_2023-04-07/Pro Deployment (built 2023-04-07)
We have some logic in our FieldStateChangedHandler that we recall getting executed when we updated the ViewState of the list grid, however, we notice that this is not the case currently.
We also notice there is a specific ViewStateChangedHandler for ViewStateChangedEvent's.
Couple quick questions.
a) Is there a case where both a FieldStateChanged event and a ViewStateChangedEvent event will be fired for the same action, such as setting the ViewState?
Or does setting the ViewState only fire a ViewStateChangedEvent?
What about setting the SelectedState?
b) Was there always a ViewStateChangedHandler or did that get introduced later? Was there any changes around when a FieldStateChanged is fired vs. when a ViewStateChangedEvent is fired?
Thank you
Comment