Hi guys,
I'm using the accordion from the ajax toolkit along with RadAjaxManager.
OnClick of each accordion heading I'm loading the content of that panel ajaxically (using RadAjaxManager). I have RadAjaxSettings wired to update the accordion on AjaxRequest event.
The problem is that this causes the entire accordion to be updated with each trip - and all I need is for the panel that I'm opening to update (and hence save round-trip time and network traffic). Is this possible?
The scenario is that I capture the click event of the header (via javascript) and call AjaxRequest event through client-side code. Everything works fine in terms of making the ajax requests. Just want to know if there's a way to do it without updating the entire accordion? I realise I should make each panel a server-side panel (this becoming the "updated" control) but what becomes my "initiating" control? There is no server-side control to initiate the request, it's pure javascript.
Cheers,
Daron
I'm using the accordion from the ajax toolkit along with RadAjaxManager.
OnClick of each accordion heading I'm loading the content of that panel ajaxically (using RadAjaxManager). I have RadAjaxSettings wired to update the accordion on AjaxRequest event.
The problem is that this causes the entire accordion to be updated with each trip - and all I need is for the panel that I'm opening to update (and hence save round-trip time and network traffic). Is this possible?
The scenario is that I capture the click event of the header (via javascript) and call AjaxRequest event through client-side code. Everything works fine in terms of making the ajax requests. Just want to know if there's a way to do it without updating the entire accordion? I realise I should make each panel a server-side panel (this becoming the "updated" control) but what becomes my "initiating" control? There is no server-side control to initiate the request, it's pure javascript.
Cheers,
Daron