Repost as this was (incorrectly) moved into Silverlight forum.
Hi all,
I have a heavily ajaxified webform. Some of the controls are: accordion panel, radgrids inside each accordion pane and a user control that hosts a silverlight viewer.
My accordion panes load-on-demand when the panel is clicked (via AjaxEvent). When I click a grid row, the page content (eg, accordion panel and silverlight control) are updated, again, via AjaxEvent.
I have used AddAjaxSetting to ajaxify the relevant controls (with RadAjaxManager as initiating control for all).
The problem is that I only want to update the silverlight control under certain circumstances (ie, when particular grids are clicked in the accordion). The other problem I have is that because RadAjaxManager is the initiating control for the silverlight control, silverlight gets updated just when I'm expanding an accordion - I only want it to happen when a row is clicked in one of the grids.
Anyone know how to get around this? If I could have more than one RadAjaxManager on the form this would work because I could use separate ones for different types of request.
I'm stuck and any help appreciated
Cheers,
Daron
Hi all,
I have a heavily ajaxified webform. Some of the controls are: accordion panel, radgrids inside each accordion pane and a user control that hosts a silverlight viewer.
My accordion panes load-on-demand when the panel is clicked (via AjaxEvent). When I click a grid row, the page content (eg, accordion panel and silverlight control) are updated, again, via AjaxEvent.
I have used AddAjaxSetting to ajaxify the relevant controls (with RadAjaxManager as initiating control for all).
The problem is that I only want to update the silverlight control under certain circumstances (ie, when particular grids are clicked in the accordion). The other problem I have is that because RadAjaxManager is the initiating control for the silverlight control, silverlight gets updated just when I'm expanding an accordion - I only want it to happen when a row is clicked in one of the grids.
Anyone know how to get around this? If I could have more than one RadAjaxManager on the form this would work because I could use separate ones for different types of request.
I'm stuck and any help appreciated
Cheers,
Daron