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
65
Custom sorting of GroupBy rows
posted

I  want to change the sort order for a GroupBy column (employee).  Specifically, i am trying to sort the GroupBy rows by another column (points).  The WebUI.UltraWebGrid.v9.1 property for ViewType is OutlookGroupBy.  Let me know if any other info would be usefull.

 

 

I have done this in a WinGrid using the GroupByComparer property, but i can't find a simliar one for the WebGrid. 

Any thoughts on how i can change the way groupBy rows are sorted?

Thanks for your help!

Andrew