Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / SharePoint 2007 > Integrating Controls > UpdatePanel with Telerik RadGrid

Not answered UpdatePanel with Telerik RadGrid

Feed from this thread
  • Abrash avatar

    Posted on Oct 26, 2010 (permalink)

    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>

    Reply

  • Sebastian Sebastian admin's avatar

    Posted on Oct 28, 2010 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / SharePoint 2007 > Integrating Controls > UpdatePanel with Telerik RadGrid