This question is locked. New answers and comments are not allowed.
I am looking for some way to group by a range of values. For example, dragging a sales header to the grouping region might generate the following groups:
0
1-10,000
10,001-20,000
20,001-30,000
30,000 and up
I have thought about doing this with IValueConverter, and grouping on the converted value, but I was not sure if there was a better way. Thanks.
0
1-10,000
10,001-20,000
20,001-30,000
30,000 and up
I have thought about doing this with IValueConverter, and grouping on the converted value, but I was not sure if there was a better way. Thanks.