Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
830
How to Sort Multiple Columns in UltraWebGrid 8.2 Programmatically?
posted

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