RadTreeMap supports grouping which allows you to add a TreeMapGroupDescriptor for a certain property name. For example if you have the Products table and group it by CategoryID, the following groups will be added:
If you want to group by a second or N-th property to build N-level of grouping, it would be nice to have this functionality.