Group records by atributes

I want to create a view like below picture : group by record on attribute of entity (group by on cus type (first ) and then continue by on cus type (second) ).
image
clear
Anyone have any ideas?
Thank everyone

Hi,
May be you can use TreeDataGrid?

Regards,
Mikhail

Hi Mikhail Fedoseev,
I tried tree method but this way can’t group.
I will say my problem again.
i have entity ‘Customer’ have properties: name, age, type (enum: type 1, type 2), group (enum: group 1, group 2). i want group by ‘type’ and then contiune group by ‘group’. like the picture below
image
please help me!
thank u!

1 Like