I have a dataset that is sorted by column 1, 2, 3, 4, and 5 in ascending order. Column 1, 2, and 3 are grouped in the UltraWebGrid. Column 4 and 5 supposed to be sorted ascending order. After the dataset is binded to the UltraWebGrid, the 3 grouping are in ascending order but Column 4 and 5 are in random order. Why column 4 and 5 are not shown the order that is in the dataset? How can I sort them programmatically? I also want to sort Group 2 in descending order. Thanks.
DanYeung
What you are looking for is the SortedColumns property. I think this post is similar to what you are wanting: http://community.infragistics.com/forums/p/8370/33393.aspx#33393