Custom Grouping in GridGroupingControl

how can we group data in GridGroupingControl with custom grouping condition for example; a column contains integer values from 1-10 and we want to group them in three section

(1) less than 4
(2) 4 to 6
(3) greater than 6.

2 Replies

AD Administrator Syncfusion Team November 16, 2006 05:44 PM UTC

Hi Raj,

This can be achieved in two ways. One technique will be to use an expression column. Another way is having categorizing records.

Please refer to the following KB article for more details
http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=147

Have a nice time.

Best regards,
Madhan


PA Pankaj November 17, 2006 05:15 AM UTC

Thanks Madhan.

>Hi Raj,

This can be achieved in two ways. One technique will be to use an expression column. Another way is having categorizing records.

Please refer to the following KB article for more details
http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=147

Have a nice time.

Best regards,
Madhan

Loader.
Up arrow icon