Skip to content

Commit 1eb9202

Browse files
authored
Merge pull request #4576 from syncfusion-content/985533-core-mvc-docs
Documentation(985533)- Added the missing module
2 parents 5466219 + 37f2b5f commit 1eb9202

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ej2-asp-core-mvc/tree-grid/EJ2_ASP.MVC/tool-bar/tool-bar-items.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following table shows built-in toolbar items and its actions.
2828
| Cancel | Cancels the edit state.|
2929
| Search | Searches the records by the given key.|
3030
| Print | Prints the treegrid.|
31+
| ColumnChooser | Opens a dialog to select column visibility.|
3132
| ExcelExport | Exports the treegrid to Excel.|
3233
| PdfExport | Exports the treegrid to PDF.|
3334
| WordExport | Exports the treegrid to Word.|

ej2-asp-core-mvc/tree-grid/tool-bar.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Tool Bar in ##Platform_Name## Tree Grid Component
3+
title: Toolbar in ##Platform_Name## Tree Grid Component | Syncfusion
44
description: Learn here all about Tool Bar in Syncfusion ##Platform_Name## Tree Grid component of Syncfusion Essential JS 2 and more.
55
platform: ej2-asp-core-mvc
66
control: Tool Bar
@@ -9,7 +9,7 @@ documentation: ug
99
---
1010

1111

12-
# ToolBar
12+
# ToolBar in TreeGrid Component
1313

1414
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.
1515

@@ -32,6 +32,7 @@ The following table shows built-in toolbar items and its actions.
3232
| Cancel | Cancels the edit state.|
3333
| Search | Searches the records by the given key.|
3434
| Print | Prints the treegrid.|
35+
| ColumnChooser | Opens a dialog to select column visibility.|
3536
| ExcelExport | Exports the treegrid to Excel.|
3637
| PdfExport | Exports the treegrid to PDF.|
3738
| WordExport | Exports the treegrid to Word.|

0 commit comments

Comments
 (0)