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

Grid Sorting

2 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Angella
Top achievements
Rank 1
Angella asked on 30 Apr 2012, 11:38 AM
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

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 30 Apr 2012, 12:01 PM
Hello Angella,

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

Thanks,
Shinu.
0
Angella
Top achievements
Rank 1
answered on 04 May 2012, 06:23 AM
Thanks shinu.
Tags
Grid
Asked by
Angella
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Angella
Top achievements
Rank 1
Share this question
or