Profile Picture

TreeList - GroupBy several columns at the same level

Posted By Ignacio Mendiguren 13 Years Ago
Author
Message
Ignacio Mendiguren
Posted 13 Years Ago
View Quick Profile
Junior Member

Junior Member (20 reputation)Junior Member (20 reputation)Junior Member (20 reputation)Junior Member (20 reputation)Junior Member (20 reputation)Junior Member (20 reputation)Junior Member (20 reputation)Junior Member (20 reputation)Junior Member (20 reputation)

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:

NameSurnameModel of car
JohnBraunAudi A6
JohnBraunMercedes SLK
ThomasSilvesterWolkswagen Passat 2.0
MonicaDufreauFord Fiesta

I want to get to something like this (group by name and surname at the same level):

JohnBraun
Audi A6
Mercedes SLK
ThomasSilvester
Wolkswagen Passat 2.0
MonicaDufreau
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






Similar Topics


Reading This Topic