You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/tree-grid/tool-bar.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: Tool Bar in ##Platform_Name## Tree Grid Component
3
+
title: Toolbar in ##Platform_Name## Tree Grid Component | Syncfusion
4
4
description: Learn here all about Tool Bar in Syncfusion ##Platform_Name## Tree Grid component of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Tool Bar
@@ -9,7 +9,7 @@ documentation: ug
9
9
---
10
10
11
11
12
-
# ToolBar
12
+
# ToolBar in TreeGrid Component
13
13
14
14
The TreeGrid provides ToolBar support to handle treegrid actions. The [`Toolbar`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.TreeGrid.TreeGrid~Toolbar.html) property accepts either the collection of built-in toolbar items and [`ItemModel`](https://help.syncfusion.com/cr/cref_files/aspnetcore-js2/Syncfusion.EJ2~Syncfusion.EJ2.Navigations.ToolbarItem_members.html) objects for custom toolbar items or HTML element ID for toolbar template.
15
15
@@ -32,6 +32,7 @@ The following table shows built-in toolbar items and its actions.
32
32
| Cancel | Cancels the edit state.|
33
33
| Search | Searches the records by the given key.|
34
34
| Print | Prints the treegrid.|
35
+
| ColumnChooser | Opens a dialog to select column visibility.|
0 commit comments