I am sorting radgrid .
in itemdataboud i am using datasource of radgrid which is List<T>
when i click on column name to sort grid
in item databound i am not getting sorted datasource
that i know but how do i get sorted datasource in itemdata bound or dataview from radgrid
1 Answer, 1 is accepted
0
Vlad
Telerik team
answered on 18 Aug 2009, 03:09 PM
Hi sad asd,
You cannot get sorted data-source from RadGrid exactly in the same way as you cannot do this with standard MS DataGrid or GridView.