Skip to content

Seo 187022 angular grid alt text missing #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions angular/Grid/Toolbar.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
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
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").

Expand Down Expand Up @@ -80,7 +80,7 @@ Search text in records</td></tr>
{% 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.
Expand Down Expand Up @@ -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)