I have a column in my rad grid that displays image when LastUserActivity < MostResentUpdate. I want that column to be sorted by default. What should i give in the sort expression in the fieldname..
<SortExpressions>
<telerik:GridSortExpressionFieldName="??????"/>
</SortExpressions>
Thanks,
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 14 Mar 2011, 03:09 PM
Hello Karthi,
FieldName property in the GridSortExpression object is the field to sort by. This should be the name of a single field from the data source. To sort by multiple fields, add additional GridSortExpression objects to the collection. More information is available here: http://www.telerik.com/help/aspnet-ajax/grid-sorting-expressions.html
All the best,
Pavlina
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!