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 custom sort multiple columns in the UltraWebGrid programmatically?
posted

I want to sort 4 columns in the UltraWebGrid programmatically.  First column 8 and then 1, 2, and 4.  Here is the code for sorting I use:

UltraWebGrid.Bands[0].Columns[8].SortIndicator = Infragistics.WebUI.UltraWebGrid.SortIndicator.Ascending;

 

How do I have the grid sorted the order I want?  Thanks.

Danyeung