Skip to content

How can I collapse automatically specific rows of IgxTreeGrid? #10711

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

You must be logged in to vote

Get the row from the grid end set it state.

const row = this.grid.getRowByKey(<PK>);
row.collapsed = false;

Additional information here

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@luiscla27
Comment options

@luiscla27
Comment options

@rkaraivanov
Comment options

@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 #10709 on December 10, 2021 08:52.