Hi,
I have a TabStrip on my page where one of the tabs contains a user control which I need to be updated with Ajax when the user selects one of a set of options located outside of the TabStrip. Selecting one of these options triggers a client-side ajax request to update the User Control within the tab. This works fine when the tab containing the User Control is selected, but when it is not I get an ajax error because the control is hidden as it is on another tab - the error is that it cannot find the control to update it. Stopping the ajax request from firing if the required tab is not visible is not an option for me. The User Control is statically defined on the page within a RadPageView linked to the tab and in the User Control code it adds itself as an updated control to the parent page Ajax Manager. I need to do this because this User Control will also be dynamically loaded elsewhere on the page and need to be updated by Ajax.
Can you suggest how I can get around the issue of this Ajax error when the User Control is not visible?
Thanks in advance.
I have a TabStrip on my page where one of the tabs contains a user control which I need to be updated with Ajax when the user selects one of a set of options located outside of the TabStrip. Selecting one of these options triggers a client-side ajax request to update the User Control within the tab. This works fine when the tab containing the User Control is selected, but when it is not I get an ajax error because the control is hidden as it is on another tab - the error is that it cannot find the control to update it. Stopping the ajax request from firing if the required tab is not visible is not an option for me. The User Control is statically defined on the page within a RadPageView linked to the tab and in the User Control code it adds itself as an updated control to the parent page Ajax Manager. I need to do this because this User Control will also be dynamically loaded elsewhere on the page and need to be updated by Ajax.
Can you suggest how I can get around the issue of this Ajax error when the User Control is not visible?
Thanks in advance.