Hi,I've got a webgrid that is automatically grouped on a specific column. However the sorting of the rows is incorrect.They appear in descending order rather then ascending. This is strange because the DataTable that is bound to the grid is specifically sorted in ascending order.Does the Webgrid override the sorting of my DataTable?Is there a way to get the webgrid to be sorted on a specific column by default? Can this be done by code and if so how?Also, how do I set the grid to expand all rows when grouping?
You might find this post useful for your sorting / grouping issue.
To expand all groups, just call UltraWebGrid.ExpandAll().