This is a migrated thread and some comments may be shown as answers.

UpdatePanel with Telerik RadGrid

1 Answer 325 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Abrash
Top achievements
Rank 1
Abrash asked on 26 Oct 2010, 05:26 PM
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>

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 28 Oct 2010, 01:38 PM
Hello Abrash,

Review my response in the other forum post discussion you participated in.

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Sharepoint Integration
Asked by
Abrash
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or