Row cell customization in TypeScript Treegrid control
18 Nov 20181 minute to read
In Tree Grid we can customize the row and cell using queryCellInfo and rowDataBound events of Tree Grid.
In the below demo, we customize and show the command buttons only for the parent rows using queryCellInfo and rowDataBound events of Tree Grid.
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.