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: aspnet/Grid/Responsive.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Responsive with Grid widget for Syncfusion ASP.NET
4
-
description: How to set the grid, responsive to screen resolutions
3
+
title: Responsive in ASP.NET Webforms Grid Control | Syncfusion
4
+
description: Learn here all about Responsive support in Syncfusion Essential ASP.NET Webforms Grid control, its elements, and more.
5
5
platform: aspnet
6
6
control: Grid
7
7
documentation: ug
8
8
---
9
9
10
-
# Responsive
10
+
# Responsive in Essential ASP.NET Webforms Grid
11
11
12
12
The Grid control has support for responsive behavior based on the client browser's width and height. To enable responsive, the `IsResponsive` property should be true. In Desktop and Tablet mode, to render scroller set `MinWidth` property. There are three modes of responsive layout is available in grid based on client width. They are.
13
13
@@ -64,7 +64,7 @@ Enabling responsive row makes the grid to render the record values in vertical o
64
64
{% endtabs %}
65
65
66
66
67
-

67
+

68
68
69
69
70
70
W> IE8 and IE9 does not support responsive row. The `ejgrid.responsive.css` should be referred to display responsive row.
@@ -73,31 +73,31 @@ W> IE8 and IE9 does not support responsive row. The `ejgrid.responsive.css` shou
73
73
74
74
The customized layout for filtering, sorting, searching and CRUD operations in mobile device can be seen in the following screen shots.
75
75
76
-

76
+

77
77
{:caption}
78
78
Responsive row with filtering , sorting and searching
79
79
80
-

80
+

81
81
82
82
{:caption}
83
83
CRUD in mobile layout
84
84
85
-

85
+

86
86
87
87
{:caption}
88
88
Filtering in mobile layout
89
89
90
-

90
+

91
91
{:caption}
92
92
93
93
Filtering in mobile layout
94
94
95
-

95
+

96
96
97
97
{:caption}
98
98
Sorting in mobile layout
99
99
100
-

100
+

101
101
{:caption}
102
102
103
103
Searching in mobile layout
@@ -193,12 +193,12 @@ If the client width is between 321px and 800px, then the grid will render in tab
193
193
{% endhighlight %}
194
194
{% endtabs %}
195
195
196
-

196
+

197
197
{:caption}
198
198
199
199
Default tab layout
200
200
201
-

201
+

Copy file name to clipboardExpand all lines: aspnet/ReportDesigner/Getting-Started.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
title: Getting Started | ReportDesigner | ASP.NET | Syncfusion
4
-
description: getting started
4
+
description: Learn here all about Getting Started in Syncfusion Essential ASP.NET Webforms Report Designer control, its elements, and more.
5
5
platform: aspnet
6
6
control: ReportDesigner
7
7
documentation: ug
8
8
---
9
9
10
-
# Getting Started
10
+
# Getting Started with ASP.NET Webforms Report Designer
11
11
12
12
This section explains briefly about how to create a ReportDesigner in your ASP.NET web application.
13
13
@@ -17,7 +17,7 @@ The following screenshots displays the Project Creation Wizard in Visual Studio
17
17
18
18
Open Visual Studio and create a new project by clicking `New Project`. Select the **Web** category, select the ASP.NET Web Forms Application template, and then click `OK`. The following screenshot displays the Project Creation Wizard.

76
76
77
77
## Add Scripts and Styles
78
78
79
-
For complete dependencies list of report designer control [Click here](/aspnet/ReportDesigner/Dependencies).
79
+
For complete dependencies list of report designer control [Click_here](/aspnet/ReportDesigner/Dependencies).
80
80
81
81
Add the script files and theme files in the <head> tag of the Default.aspx page.
82
82
@@ -146,14 +146,14 @@ To add the control, we can use either of the following two ways:
146
146
147
147
You just need to drag the required control from the toolbox and then drop it into the body section of the Default.aspx page, so that the required control code gets generated automatically and also the required dependent assembly get registered automatically.

150
150
151
151
ReportDesigner Control in Toolbox
152
152
{:.caption}
153
153
154
154
2. When you drag and drop the Report Designer control into the Default.aspx page, the page looks as the image shown in the following with the automatic control code generated and the required assemblies registered.
Copy file name to clipboardExpand all lines: aspnet/SpreadSheet/Worksheet.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Worksheets with Spreadsheet widget for Syncfusion Essential JS
4
-
description: How to use and customize the Spreadsheet Worksheet
3
+
title: Worksheets in ASP.NET Webforms Spreadsheet Control | Syncfusion
4
+
description: Learn here all about Worksheet support in Syncfusion Essential ASP.NET Webforms Spreadsheet control, its elements, and more.
5
5
platform: aspnet
6
6
control: Spreadsheet
7
7
documentation: ug
8
8
---
9
9
10
-
# Worksheet
10
+
# Worksheet in Essential ASP.NET Webforms Spreadsheet
11
11
12
12
Worksheet is a collection of cells organized in the form of rows and columns that allow us to store, format, manipulate and display data in grid format. You can create multiple sheets in Spreadsheet and use sheet tab for switching between those worksheets. By default Spreadsheet creates single worksheet since default `SheetCount` value is `1`.
13
13
@@ -60,7 +60,7 @@ The following code example describes the above behavior.
60
60
{% endhighlight %}
61
61
62
62
The following output is displayed as a result of the above code example.
63
-

63
+

64
64
65
65
### Copy
66
66
@@ -84,7 +84,7 @@ The following code example describes the above behavior.
84
84
{% endhighlight %}
85
85
86
86
The following output is displayed as a result of the above code example.
87
-

87
+

88
88
89
89
### Move
90
90
@@ -108,7 +108,7 @@ The following code example describes the above behavior.
108
108
{% endhighlight %}
109
109
110
110
The following output is displayed as a result of the above code example.
111
-

111
+

112
112
113
113
### Remove
114
114
@@ -134,7 +134,7 @@ The following code example describes the above behavior.
134
134
{% endhighlight %}
135
135
136
136
The following output is displayed as a result of the above code example.
137
-

137
+

138
138
139
139
### Rename
140
140
@@ -158,7 +158,7 @@ The following code example describes the above behavior.
158
158
{% endhighlight %}
159
159
160
160
The following output is displayed as a result of the above code example.
161
-

161
+

162
162
163
163
## Headers
164
164
@@ -178,7 +178,7 @@ The following code example describes the above behavior.
178
178
{% endhighlight %}
179
179
180
180
The following output is displayed as a result of the above code example.
181
-

181
+

182
182
183
183
## Show/Hide Sheets
184
184
@@ -205,7 +205,7 @@ The following code example describes the above behavior.
205
205
{% endhighlight %}
206
206
207
207
The following output is displayed as a result of the above code example.
208
-

208
+

209
209
210
210
## Show/Hide Gridlines
211
211
@@ -225,4 +225,4 @@ The following code example describes the above behavior.
225
225
{% endhighlight %}
226
226
227
227
The following output is displayed as a result of the above code example.
228
-

228
+

0 commit comments