Select treegrid rows based on certain condition in JavaScript Treegrid control
18 Nov 20181 minute to read
You can select the specific row in the Tree Grid based on a certain condition by using the selectRows method in the dataBound event of Tree Grid.
In the below demo, we have selected the Tree Grid rows only when Duration column value greater than 4.
You can refer to our
JavaScript Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore our JavaScript Tree Grid exampleJavaScript Tree Grid exampleto knows how to present and manipulate data.