From 43d03b8d563ddaf88616a4fe902aab1a714745d9 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 2 Aug 2024 15:31:59 +0300 Subject: [PATCH 1/2] SEO-187022-Angular-Grid-Alt-text-missing --- angular/Grid/Toolbar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/angular/Grid/Toolbar.md b/angular/Grid/Toolbar.md index a85bbee0..bb6bafad 100644 --- a/angular/Grid/Toolbar.md +++ b/angular/Grid/Toolbar.md @@ -1,7 +1,7 @@ --- layout: post title: Toolbar with Grid widget for Syncfusion Essential JS -description: How to enable toolbar and its actions. +description: Learn here about how to enable toolbar and its actions with Syncfusion Angular Grid control, its elements, and more. platform: angular control: Grid documentation: ug @@ -80,7 +80,7 @@ Search text in records {% endhighlight %} -![](Toolbar_images/Toolbar_img1.png) +![Default Toolbar items in Angular Grid](Toolbar_images/Toolbar_img1.png) I> [`editSettings.allowAdding`](https://help.syncfusion.com/api/angular/ejgrid#members:editsettings-allowadding "allowAdding"), [`editSettings.allowEditing`](https://help.syncfusion.com/api/angular/ejgrid#members:editsettings-allowediting "allowEditing") and [`editSettings.allowDeleting`](https://help.syncfusion.com/api/angular/ejgrid#members:editsettings-allowdeleting "allowdeleting") need to be enabled for add, delete, edit, save & cancel in [`toolbarItems`](https://help.syncfusion.com/api/angular/ejgrid#members:toolbarsettings-toolbaritems "toolbaritems"). [`allowSearching`](https://help.syncfusion.com/api/angular/ejgrid#members:allowsearching "allowsearching")` to be enabled while adding Search in toolbar to perform search action. @@ -138,6 +138,6 @@ Custom toolbar is used to create your own toolbar items in toolbar. It can add b {% endhighlight %} -![](Toolbar_images/Toolbar_img2.jpeg) +![Custom Toolbar items in Angular Grid](Toolbar_images/Toolbar_img2.jpeg) From f6410d308eaa8381797b3743cc03cfefd2c1b99d Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 5 Aug 2024 10:01:05 +0300 Subject: [PATCH 2/2] resolved --- angular/Grid/Toolbar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/Grid/Toolbar.md b/angular/Grid/Toolbar.md index bb6bafad..3a54c118 100644 --- a/angular/Grid/Toolbar.md +++ b/angular/Grid/Toolbar.md @@ -7,7 +7,7 @@ control: Grid documentation: ug api: /api/angular/ejgrid --- -# Toolbar +# Toolbar with Grid widget for Syncfusion Essential JS Toolbar can be shown by defining [`toolbarSettings.showToolbar`](https://help.syncfusion.com/api/angular/ejgrid#members:toolbarsettings-showtoolbar "showToolbar") should be true. Toolbar has option to add default items in [`toolbarSettings.toolbarItems`](https://help.syncfusion.com/api/angular/ejgrid#members:toolbarsettings-toolbaritems "toolbarItems") and customized items in [`toolbarSettings.customToolbarItems`](https://help.syncfusion.com/api/angular/ejgrid#members:toolbarsettings-customtoolbaritems "customToolbarItems").