Hello.
I am using the LoadOnDemand feature for a RadTabStrip control. Each PageView within the tabs contains a custom user control that encapsulates logic specific to the PageView. When user presses the Save button that's inside on of the custom user controls it is supposed to change the enable/disable state of aout half the tabs within the tabstrip.
In the Page_PreRender event is where the enable/disable behaviors for the tabs are being changed. However, when the page is rendered, the tabs have not changed.
How do I get the tabs enable/disable state to change using the LoadOnDemand model? Do I have to handle it client-side? If so, that could be tricky as the logic that's determining enable/disable state is a bit complex.
Thanks,
RezRaider
I am using the LoadOnDemand feature for a RadTabStrip control. Each PageView within the tabs contains a custom user control that encapsulates logic specific to the PageView. When user presses the Save button that's inside on of the custom user controls it is supposed to change the enable/disable state of aout half the tabs within the tabstrip.
In the Page_PreRender event is where the enable/disable behaviors for the tabs are being changed. However, when the page is rendered, the tabs have not changed.
How do I get the tabs enable/disable state to change using the LoadOnDemand model? Do I have to handle it client-side? If so, that could be tricky as the logic that's determining enable/disable state is a bit complex.
Thanks,
RezRaider