Hi.
I have a page with several RadTabStrip/RadMultiPage combinations. One of them dynamically loads copies of the same user control (with a parameter from the value of its RadTab) into correlating RadPageViews. I have a 'Delete' button on the contained usercontrol that deletes its specific data. So, then the whole RadTabStrip and PageViews needs to be rebound to reflect the change (which will have one less tab/pageview after the delete). I can do this easily by simply reloading the whole page, but I would like to be more elegant, and do that with ajax. How can a button event on a single PageView's usercontrol locate the containing RadTabStrip, and initiate a rebind via ajax?
Thanks for any help!!
Tom Stanley
I have a page with several RadTabStrip/RadMultiPage combinations. One of them dynamically loads copies of the same user control (with a parameter from the value of its RadTab) into correlating RadPageViews. I have a 'Delete' button on the contained usercontrol that deletes its specific data. So, then the whole RadTabStrip and PageViews needs to be rebound to reflect the change (which will have one less tab/pageview after the delete). I can do this easily by simply reloading the whole page, but I would like to be more elegant, and do that with ajax. How can a button event on a single PageView's usercontrol locate the containing RadTabStrip, and initiate a rebind via ajax?
Thanks for any help!!
Tom Stanley