i need to apply descending sorting for one column while loading the grid for the first time itself. is there any column properties for this. or should be done from the code behind?
if so please provide the code snippet.
You can set default sort expression for the MasterTableView or a detail GridTableView directly in the ASPX declaration of the grid. When the grid is first loaded on the page, it is sorted based on the GridSortExpression objects in the SortExpressions collection.