From 396e341e9ad890b15fb04f0913669f21376703cb Mon Sep 17 00:00:00 2001 From: Gayathri4135 Date: Mon, 6 Oct 2025 18:58:03 +0530 Subject: [PATCH 1/2] Documentation(985533)- Added the missing module --- .../tree-grid/EJ2_ASP.MVC/tool-bar/tool-bar-items.md | 1 + ej2-asp-core-mvc/tree-grid/tool-bar.md | 1 + 2 files changed, 2 insertions(+) diff --git a/ej2-asp-core-mvc/tree-grid/EJ2_ASP.MVC/tool-bar/tool-bar-items.md b/ej2-asp-core-mvc/tree-grid/EJ2_ASP.MVC/tool-bar/tool-bar-items.md index 50802867fc..1abe5790d7 100644 --- a/ej2-asp-core-mvc/tree-grid/EJ2_ASP.MVC/tool-bar/tool-bar-items.md +++ b/ej2-asp-core-mvc/tree-grid/EJ2_ASP.MVC/tool-bar/tool-bar-items.md @@ -28,6 +28,7 @@ The following table shows built-in toolbar items and its actions. | Cancel | Cancels the edit state.| | Search | Searches the records by the given key.| | Print | Prints the treegrid.| +| ColumnChooser | Opens a dialog to select column visibility.| | ExcelExport | Exports the treegrid to Excel.| | PdfExport | Exports the treegrid to PDF.| | WordExport | Exports the treegrid to Word.| diff --git a/ej2-asp-core-mvc/tree-grid/tool-bar.md b/ej2-asp-core-mvc/tree-grid/tool-bar.md index 909be27ff5..d17486484e 100644 --- a/ej2-asp-core-mvc/tree-grid/tool-bar.md +++ b/ej2-asp-core-mvc/tree-grid/tool-bar.md @@ -32,6 +32,7 @@ The following table shows built-in toolbar items and its actions. | Cancel | Cancels the edit state.| | Search | Searches the records by the given key.| | Print | Prints the treegrid.| +| ColumnChooser | Opens a dialog to select column visibility.| | ExcelExport | Exports the treegrid to Excel.| | PdfExport | Exports the treegrid to PDF.| | WordExport | Exports the treegrid to Word.| From 37f2b5f22caa342b3703d362d549bf014af13e67 Mon Sep 17 00:00:00 2001 From: Gayathri4135 Date: Mon, 6 Oct 2025 19:27:51 +0530 Subject: [PATCH 2/2] Updated the md file --- ej2-asp-core-mvc/tree-grid/tool-bar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/tree-grid/tool-bar.md b/ej2-asp-core-mvc/tree-grid/tool-bar.md index d17486484e..686fb88ef2 100644 --- a/ej2-asp-core-mvc/tree-grid/tool-bar.md +++ b/ej2-asp-core-mvc/tree-grid/tool-bar.md @@ -1,6 +1,6 @@ --- layout: post -title: Tool Bar in ##Platform_Name## Tree Grid Component +title: Toolbar in ##Platform_Name## Tree Grid Component | Syncfusion description: Learn here all about Tool Bar in Syncfusion ##Platform_Name## Tree Grid component of Syncfusion Essential JS 2 and more. platform: ej2-asp-core-mvc control: Tool Bar @@ -9,7 +9,7 @@ documentation: ug --- -# ToolBar +# ToolBar in TreeGrid Component 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.