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
1180
UltraGrid group by feature
posted

Hi,

I am using ultragrid group by feature. When I am using the code following:

ultragrid.DisplayLayout.Bands[0].SortedColumns.Add("Fruit", false, true);

The fruit column will be grouped by category e.g Apple, Banana, Peach in alphabetical order.

However, what if I do not want the group by rows order by alphabetical, but order by a specific rule that I am giving? e.g I want the order like Peach,Apple,Banana.

Thanks,

Xin 

Parents Reply Children
No Data