I'm having an issue with having multiple instances of the same control on the form. I have them setup in different sections/tabs and on initial load - both are fine. But when I switch back from the second control to the first tab I get the odd behavior.
The first updateView call everything works good. But then I get the second updateView call and it contains data from the second instance - including the context.parameters. I'm not sure how to stop this behavior as it's overriding my data. What's really odd is the dataset doesn't change (it still shows the correct dataset). What I'm trying to do is render a custom button on a grid and the text for the button is flipping to the second tab's text on the first tab after that second updateView.
I hope that makes sense. Thanks!