How to make UpdatePanel work with telerik RadGrid?
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<telerik:RadGrid ID="uiUserGrid" runat="server" GridLines="None"
AllowPaging="True" AllowSorting="true" PageSize="20" EnableEmbeddedBaseStylesheet="True"
EnableEmbeddedSkins="false" ImagesPath="~/_layouts/global/radcontrols/Grid/MyLink" >
<HeaderStyle ForeColor="White" />
</telerik:RadGrid>
</ContentTemplate>
</asp:UpdatePanel>
</div>
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<telerik:RadGrid ID="uiUserGrid" runat="server" GridLines="None"
AllowPaging="True" AllowSorting="true" PageSize="20" EnableEmbeddedBaseStylesheet="True"
EnableEmbeddedSkins="false" ImagesPath="~/_layouts/global/radcontrols/Grid/MyLink" >
<HeaderStyle ForeColor="White" />
</telerik:RadGrid>
</ContentTemplate>
</asp:UpdatePanel>
</div>