Skip to content

Commit 0448a3e

Browse files
Merge pull request #193 from Syncfusion-Content/hotfix/hotfix-v20.3.0.56
DOCINFRA-2341_merged_using_automation
2 parents 67c5e93 + 2ad9439 commit 0448a3e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

angular/Grid/Print-Grid.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Print with Grid widget for Syncfusion Angular-2
4-
description: How to enable print option in Grid
3+
title: Print Grid in Angular Grid control | Syncfusion
4+
description: Learn here about getting started with Print Grid in Syncfusion Angular Grid control, its elements, and more
55
platform: Angular
66
control: Grid
77
documentation: ug
88
api: /api/angular/ejgrid
99
---
10-
# Print
10+
# Print Grid in Angular Grid
1111

12-
You need to use [`print()`](https://help.syncfusion.com/api/angular/ejgrid#methods:print) method from Grid instance to print the Grid. You can add Print option in Toolbar item by adding `ej.Grid.ToolBarItems.PrintGrid` in [`toolbarItems`](https://help.syncfusion.com/api/angular/grid#members:toolbarsettings-toolbaritems).
12+
You need to use [`print`](https://help.syncfusion.com/api/angular/ejgrid#methods:print) method from Grid instance to print the Grid. You can add Print option in Toolbar item by adding `ej.Grid.ToolBarItems.PrintGrid` in [`toolbarItems`](https://help.syncfusion.com/api/angular/ejgrid#members:toolbarsettings-toolbaritems).
1313

1414
{% highlight html %}
1515

@@ -52,7 +52,7 @@ export class GridComponent {
5252
{% endhighlight %}
5353

5454

55-
![](Print-Grid_images/Print_img1.png)
55+
![Print grid in Angular Grid](Print-Grid_images/Print_img1.png)
5656

5757

5858
## Page Setup
@@ -110,12 +110,12 @@ export class GridComponent {
110110

111111
{% endhighlight %}
112112

113-
![](Print-Grid_images/Print_img2.png)
113+
![Print on external button click in Angular Grid](Print-Grid_images/Print_img2.png)
114114

115115
{:caption}
116116
Grid with external button for Print
117117

118-
![](Print-Grid_images/Print_img3.png)
118+
![Print visible pages in Angular Grid](Print-Grid_images/Print_img3.png)
119119
{:caption}
120120

121121
Print dialog in Chrome browser

angular/RichTextEditor/HowTo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Customization of RichTextEditor widget for Syncfusion Essential JS
4-
description: Customization in RichTextEditor widget
3+
title: Customization of Angular RichTextEditor control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Angular RichTextEditor control, its elements, and more
55
platform: angular
66
control: RTE
77
documentation: ug
88
keywords: RichTextEditor, Context Menu, Adding Items, Removing Items
99
api: /api/js/ejrte
1010
---
1111

12-
# How To
12+
# How To in Angular RichTextEditor
1313

1414
## Add Google web fonts to editor
1515

@@ -608,4 +608,4 @@ The style element must be defined in stylesheet.
608608

609609
{% endhighlight %}
610610

611-
![](RTESpellcheck_images/spellcheck_contextmode.png)
611+
![Spell check intergration in Angular RichTextEditor](RTESpellcheck_images/spellcheck_contextmode.png)

0 commit comments

Comments
 (0)