Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions angular/Grid/Toolbar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Toolbar with Grid widget for Syncfusion Essential JS
description: How to enable toolbar and its actions.
description: Check out and learn here all about how to enable the toolbar and its actions of Syncfusion Angular Gantt and much more details.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the control name properly.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i changed control name

platform: angular
control: Grid
documentation: ug
Expand Down Expand Up @@ -80,7 +80,7 @@ Search text in records</td></tr>
{% endhighlight %}


![](Toolbar_images/Toolbar_img1.png)
![Default toolbar items.](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.](Toolbar_images/Toolbar_img2.jpeg)


10 changes: 5 additions & 5 deletions angular/Kanban/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting started with Kanban component
description: Rendering a Kanban control
description: Check out and learn here all about Rendering of Syncfusion Angular Kanban control and much more details.
platform: Angular
control: kanban
documentation: ug
Expand Down Expand Up @@ -246,7 +246,7 @@ export class KanbanComponent {

{% endhighlight %}

![](Getting_Started_images/Getting_Started_img1.png)
![Control Initialization.](Getting_Started_images/Getting_Started_img1.png)

## Mapping Values

Expand Down Expand Up @@ -289,7 +289,7 @@ export class KanbanComponent {

{% endhighlight %}

![](Getting_Started_images/Getting_Started_img2.png)
![Mapping field.](Getting_Started_images/Getting_Started_img2.png)

## Enable Swimlane

Expand Down Expand Up @@ -327,7 +327,7 @@ export class KanbanComponent {

{% endhighlight %}

![](Getting_Started_images/Getting_Started_img3.png)
![Swimlane.](Getting_Started_images/Getting_Started_img3.png)

## Adding Filters

Expand Down Expand Up @@ -371,4 +371,4 @@ export class KanbanComponent {

{% endhighlight %}

![](Getting_Started_images/Getting_Started_img4.png)
![Filters.](Getting_Started_images/Getting_Started_img4.png)
2 changes: 1 addition & 1 deletion angular/Menu/Context-Menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Add the following code in menu.component.css file.

The following screen shot displays the output of the above code.

![](Context-Menu_images/Context-Menu_img1.png)
![the output of the above code.](Context-Menu_images/Context-Menu_img1.png)

You can hide and show the context menu using the following methods.

Expand Down
6 changes: 3 additions & 3 deletions angular/RichTextEditor/Working-with-Lists.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Working with Lists operation in RichTextEditor widget
description: Working with Lists customization for RichTextEditor widget
description: Check out and learn here all about working with lists customization for RichTextEditor widget and much more details.
platform: Angular
control: RichTextEditor
documentation: ug
Expand Down Expand Up @@ -102,7 +102,7 @@ export class RTEComponent {

{% endhighlight %}

![](WorkingwithLists_images/ordered.png)
![customOrderedList.](WorkingwithLists_images/ordered.png)

### Insert a customUnorderedList

Expand Down Expand Up @@ -161,4 +161,4 @@ export class RTEComponent {

{% endhighlight %}

![](WorkingwithLists_images/unordered.png)
![customUnorderedList.](WorkingwithLists_images/unordered.png)