Hello i have a GridDropDownColumn with a ObjectDataSource, now the data are not sorted alphabetical, how to sort this data??
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 18 May 2009, 01:58 PM
Hello anonym,
You may consider the approach presented here and use a hidden GridBoundColumn bound to the ListTextField source field of the GridDropDownColumn to sort by it after canceling the default sort operation. The sorting command (and other commands that are recognized internally by RadGrid) are listed in this documentation article.