Tree Grid / Miscellaneous / Toolbar Template

Blazor Tree Grid Example - Toolbar Template Customization Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates customizing the Tree Grid toolbar with user-defined items, enabling application-specific commands to be added alongside built-in actions for streamlined workflows.

Define custom toolbar items by providing a collection of ItemModel to the Tree Grid's Toolbar property, and handle interactions using the OnToolbarClick event.

In this demo, the Tree Grid toolbar is customized to include a user-defined item named "Quick Filter" alongside the built-in commands "Expand all" and "Collapse all". Clicking "Quick Filter" applies filtering to the "Task Name" column through the configured event handler.

More information about toolbar can be found in this documentation section.