hi,
i am using RadControls for ASP.NET AJAX: Grid
if i inculde the following code in my page design
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadGrid1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadGrid1" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
page load event is repeatedly called.
it doesnt show the page at all.
what is wrong in my code.
thanks,
i am using RadControls for ASP.NET AJAX: Grid
if i inculde the following code in my page design
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadGrid1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadGrid1" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
page load event is repeatedly called.
it doesnt show the page at all.
what is wrong in my code.
thanks,