You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angular/Grid/Print-Grid.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
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
5
5
platform: Angular
6
6
control: Grid
7
7
documentation: ug
8
8
api: /api/angular/ejgrid
9
9
---
10
-
# Print
10
+
# Print Grid in Angular Grid
11
11
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).
13
13
14
14
{% highlight html %}
15
15
@@ -52,7 +52,7 @@ export class GridComponent {
52
52
{% endhighlight %}
53
53
54
54
55
-

55
+

56
56
57
57
58
58
## Page Setup
@@ -110,12 +110,12 @@ export class GridComponent {
110
110
111
111
{% endhighlight %}
112
112
113
-

113
+

114
114
115
115
{:caption}
116
116
Grid with external button for Print
117
117
118
-

118
+

0 commit comments