TreeList - GroupBy several columns at the same level


Author
Message
Ignacio Mendiguren
Ignacio Mendiguren
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
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


Reply
Nevron Support
Nevron Support
Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)
Group: Administrators
Posts: 3.1K, Visits: 4.2K
Hi Ignacio,

In both cases you can get the columns from Columns property. The order of the displayed columns is the same as it is in Columns collection.
If there is a grouping usually group by column is hidden. However this column still exist in Columns collection, but its IsVisible property is false.

Best Regards,
Nevron Support Team


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search