Hello,
I have a grid and have ajax it using the Manager as the grid needs to update other controls on the page. In the header of the grid using a Template Column I have a link which posts back and fires the ItemCommand.
Everything works fine on the first async call. Ajax works great. However, any subsequent call the entire page posts back. I have tried to put the manager in the mark-up as well as on PageLoad in setting its properties but to no avail.
Any help would be appreciated.
Thanks,
Feizal
I have a grid and have ajax it using the Manager as the grid needs to update other controls on the page. In the header of the grid using a Template Column I have a link which posts back and fires the ItemCommand.
Everything works fine on the first async call. Ajax works great. However, any subsequent call the entire page posts back. I have tried to put the manager in the mark-up as well as on PageLoad in setting its properties but to no avail.
<
rada:RadAjaxManager id="cntrlAjaxManager" runat="server">
<AjaxSettings>
<rada:AjaxSetting AjaxControlID="divTestCodeContainer">
<UpdatedControls>
<rada:AjaxUpdatedControl ControlID="divTestCodeContainer" />
</UpdatedControls>
</rada:AjaxSetting>
</AjaxSettings>
</
rada:RadAjaxManager>
The "divTestCodeContainer" contains the Grid and all other controls.Any help would be appreciated.
Thanks,
Feizal