Group: Forum Members
Last Active: 11 Years Ago
Posts: 20,
Visits: 1
|
Hi, I wonder if there is a way to group a TreeList by more than one column, but at the same level. If I have something like: Name | Surname | Model of car | John | Braun | Audi A6 | John | Braun | Mercedes SLK | Thomas | Silvester | Wolkswagen Passat 2.0 | Monica | Dufreau | Ford Fiesta |
I want to get to something like this (group by name and surname at the same level): John | Braun | | | | Audi A6 | | | Mercedes SLK | Thomas | Silvester | | | | Wolkswagen Passat 2.0 | Monica | Dufreau | | | | For Fiesta | | | |
Two more questions: - is there a way to get the columns used in groupby and their order?
- is there a way to modify the list of columns that appear in the context menu of the grid (right click on a column header -> Choose columns)?
Thanks, IM
|