Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Grid > Grid Sorting

Answered Grid Sorting

Feed from this thread
  • Angella avatar

    Posted on Apr 30, 2012 (permalink)

    Hi,

    Is it possible to enable sorting on the grid and then allow the users to sort the data in the grid, without having to add any code, behind the scenes?

    Thanks

    Reply

  • Answer Shinu MVP avatar

    Posted on Apr 30, 2012 (permalink)

    Hello Angella,

    Set AllowSorting as true for the RadGrid.
    aspx:
    <telerik:RadGrid ID="Radgrid1" AllowSorting="true" runat="server">
    </telerik:RadGrid>

    Thanks,
    Shinu.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Angella avatar

    Posted on May 4, 2012 (permalink)

    Thanks shinu.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Grid > Grid Sorting
Related resources for "Grid Sorting"

ASP.NET Grid Features  |  Documentation  |  Demos  |  Step-by-step Tutorial  ]