• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Toolbar Template in ASP.NET MVC Tree Grid Control

This sample explains the way of rendering custom template element Quick Filter in a toolbar and while click on the Quick Filter button the column "Task Name" is filtered with the value "Testing".

DEMO
SOURCE

Custom toolbar items can be added by defining the toolbar as a collection of ItemModels. Actions for this customized toolbar items are defined in the toolbarClick event.

In this sample, rendered the custom template element Quick Filter along with predefined toolbar items ExpandAll and CollapseAll. While click on the Quick Filter button the column "Task Name" is filtered with the value "Testing".

More information on the Toolbar Template can be found in documentation section.