Skip to content

Why IgxTreeGrid behaviour isn't a feature of IgxGrid? #10455

Answered by ChronosSF
luiscla27 asked this question in Q&A
Discussion options

You must be logged in to vote

I suppose you'll ngFor the column collection in the underlying grid template? The issue I can see is that you can't really assign column templates like this.

I don't see a huge issue having two encapsulation templates for the two grids. You can have it very minimal and assign most things through setters instead of the template (columns being the biggest exception from the rule).

Apart from that the only issue you may have is if you want to use GroupBy as that works differently for igxTreeGrid. You can't use Master-Detail-style visualization in igxTreeGrid either. Performance should generally be comparable.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@luiscla27
Comment options

Answer selected by luiscla27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #10428 on November 09, 2021 11:08.