grouping by cell value

Suppose I have a column which contains integer values between 1 and 100. I''d like to group the rows into groups based on ranges of values. For instance, one set of rows will have values in the range 1-10, another in the range 11-25, etc. Does anyone have suggestions for how to go about doing this?

1 Reply

AD Administrator Syncfusion Team June 26, 2004 09:36 AM UTC

You need to add a custom Categorizer and custom Comparer to the SortColumnDescriptor that is added to the GroupColumns collection. Here is a little sample. DropDownRows_2582.zip

Loader.
Up arrow icon