ToolBar in ASP.NET MVC Tree Grid Component
The TreeGrid provides ToolBar support to handle treegrid actions. The Toolbar property accepts either the collection of built-in toolbar items and ItemModel objects for custom toolbar items or HTML element ID for toolbar template.
Enable/disable toolbar items
You can enable/disable toolbar items by using the enableItems method.
NOTE
You can refer to our
ASP.NET MVC Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore ourASP.NET MVC Tree Grid exampleto knows how to present and manipulate data.