Skip to content

Commit 9843741

Browse files
Merge pull request #306 from Syncfusion-Content/hotfix/hotfix-v20.4.0.38
DOCINFRA-2341_merged_using_automation
2 parents bc27093 + c05c4e8 commit 9843741

File tree

6 files changed

+41
-41
lines changed

6 files changed

+41
-41
lines changed

aspnet/Grid/Responsive.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Responsive
10+
# Responsive in Essential ASP.NET Webforms Grid
1111

1212
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.
1313

@@ -64,7 +64,7 @@ Enabling responsive row makes the grid to render the record values in vertical o
6464
{% endtabs %}
6565

6666

67-
![](Responsive_images/Responsive_img1.png)
67+
![Responsive Row in ASP.NET Webforms Grid](Responsive_images/Responsive_img1.png)
6868

6969

7070
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
7373

7474
The customized layout for filtering, sorting, searching and CRUD operations in mobile device can be seen in the following screen shots.
7575

76-
![](Responsive_images/Responsive_img2.png)
76+
![Customized Layout in ASP.NET Webforms Grid](Responsive_images/Responsive_img2.png)
7777
{:caption}
7878
Responsive row with filtering , sorting and searching
7979

80-
![](Responsive_images/Responsive_img3.png)
80+
![Mobile Layout in ASP.NET Webforms Grid](Responsive_images/Responsive_img3.png)
8181

8282
{:caption}
8383
CRUD in mobile layout
8484

85-
![](Responsive_images/Responsive_img4.png)
85+
![CRUD Operation in ASP.NET Webforms Grid](Responsive_images/Responsive_img4.png)
8686

8787
{:caption}
8888
Filtering in mobile layout
8989

90-
![](Responsive_images/Responsive_img5.png)
90+
![Filtering Operation in ASP.NET Webforms Grid](Responsive_images/Responsive_img5.png)
9191
{:caption}
9292

9393
Filtering in mobile layout
9494

95-
![](Responsive_images/Responsive_img6.png)
95+
![Sorting Operation in ASP.NET Webforms Grid](Responsive_images/Responsive_img6.png)
9696

9797
{:caption}
9898
Sorting in mobile layout
9999

100-
![](Responsive_images/Responsive_img7.png)
100+
![Searching Operation in ASP.NET Webforms Grid](Responsive_images/Responsive_img7.png)
101101
{:caption}
102102

103103
Searching in mobile layout
@@ -193,12 +193,12 @@ If the client width is between 321px and 800px, then the grid will render in tab
193193
{% endhighlight %}
194194
{% endtabs %}
195195

196-
![](Responsive_images/Responsive_img8.png)
196+
![Tab Layout in ASP.NET Webforms Grid](Responsive_images/Responsive_img8.png)
197197
{:caption}
198198

199199
Default tab layout
200200

201-
![](Responsive_images/Responsive_img9.png)
201+
![Filtering Design in ASP.NET Webforms Grid](Responsive_images/Responsive_img9.png)
202202

203203
{:caption}
204204
Filtering design in tab layout.
-73.5 KB
Loading
-75.3 KB
Loading
-82.4 KB
Loading

aspnet/ReportDesigner/Getting-Started.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
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.
55
platform: aspnet
66
control: ReportDesigner
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET Webforms Report Designer
1111

1212
This section explains briefly about how to create a ReportDesigner in your ASP.NET web application.
1313

@@ -17,7 +17,7 @@ The following screenshots displays the Project Creation Wizard in Visual Studio
1717

1818
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.
1919

20-
![](Getting-Started_images/Getting-Started_img1.png)
20+
![Getting Started with ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img1.png)
2121

2222
Project Creation Wizard
2323
{:.caption}
@@ -26,7 +26,7 @@ Project Creation Wizard
2626

2727
1. In the Solution Explorer, right-click the `References` folder and then click `Add Reference`.
2828

29-
![](Getting-Started_images/Getting-Started_img4.png)
29+
![Add Assembly References in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img4.png)
3030

3131
2. Add the following Syncfusion assemblies to the project that are necessary for using the report designer control and click OK.
3232

@@ -46,7 +46,7 @@ Project Creation Wizard
4646

4747
> Refer the above assemblies from the installed location, [Installed Location]:\Program Files (x86)\Syncfusion\Essential Studio\ASP.NET\{{ site.releaseversion }}\Assemblies
4848
49-
3. Add the following WebAPI assemblies from [NuGet package](https://www.nuget.org/packages/Microsoft.AspNet.WebApi/ "Web NuGet Package Details").
49+
3. Add the following WebAPI assemblies from [NuGet package](https://www.nuget.org/packages/Microsoft.AspNet.WebApi/).
5050

5151
* System.Web.Http
5252
* System. Web.Http.WebHost
@@ -61,22 +61,22 @@ To create a new Web Forms in the application
6161

6262
1. Right-Click on the project and select `Add` then click `New Item`.
6363

64-
![](Getting-Started_images/Getting-Started_img2.png)
64+
![Select Add in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img2.png)
6565

6666
2. Select `Web Form` from the listed templates and name the page as **Default.aspx**.
6767

68-
![](Getting-Started_images/Getting-Started_img3.png)
68+
![Default in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img3.png)
6969

7070
Adding Web Forms
7171
{:.caption}
7272

7373
3.  Click Add.
7474

75-
![](Getting-Started_images/Getting-Started_img14.png)
75+
![Click Add Getting Started with ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img14.png)
7676

7777
## Add Scripts and Styles
7878

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).
8080

8181
Add the script files and theme files in the <head> tag of the Default.aspx page.
8282

@@ -146,14 +146,14 @@ To add the control, we can use either of the following two ways:
146146

147147
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.
148148

149-
![](Getting-Started_images/Getting-Started_img5.png)
149+
![Drag Toolbar in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img5.png)
150150

151151
ReportDesigner Control in Toolbox
152152
{:.caption}
153153

154154
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.
155155

156-
![](Getting-Started_images/Getting-Started_img10.png)
156+
![Drop Toolbar in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img10.png)
157157

158158
3. Set the desired `ServiceUrl` to ReportDesigner.
159159

@@ -237,15 +237,15 @@ The ASP.NET ReportDesigner uses WebApi services to process the report file and p
237237

238238
1. Right-Click on the project and select `Add` then click `New Item`.
239239

240-
![](Getting-Started_images/Getting-Started_img2.png)
240+
![Add Controller in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img2.png)
241241

242242
2. Select `Web API Controller Class` from the listed templates and name the controller as **ReportDesignerController.cs**.
243243

244-
![](Getting-Started_images/Getting-Started_img7.png)
244+
![Select Web API Controller in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img7.png)
245245

246246
3. Click Add.
247247

248-
![](Getting-Started_images/Getting-Started_img12.png)
248+
![Click Add Application in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img12.png)
249249

250250
#### Inherit IReportDesignerController
251251

@@ -367,15 +367,15 @@ If `Global Application Class` file already exists in your application skip the b
367367

368368
1. Right-Click on the project and select `Add` then click `New Item`.
369369

370-
![](Getting-Started_images/Getting-Started_img2.png)
370+
![Add Global Application in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img2.png)
371371

372372
2. Select `Global Application Class` from the listed templates and name it as `Global.asax`.
373373

374-
![](Getting-Started_images/Getting-Started_img8.png)
374+
![Global Application Class in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img8.png)
375375

376376
3. Click Add.
377377

378-
![](Getting-Started_images/Getting-Started_img13.png)
378+
![Add in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img13.png)
379379

380380
#### Route WebAPI
381381

@@ -412,4 +412,4 @@ namespace ReportDesignerSample
412412

413413
Run the sample application and you can see the ReportDesigner on the page as displayed in the following screenshot.
414414

415-
![](Getting-Started_images/Getting-Started_img9.png)
415+
![Run The Application in ASP.NET Webforms Report Designer](Getting-Started_images/Getting-Started_img9.png)

aspnet/SpreadSheet/Worksheet.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
55
platform: aspnet
66
control: Spreadsheet
77
documentation: ug
88
---
99

10-
# Worksheet
10+
# Worksheet in Essential ASP.NET Webforms Spreadsheet
1111

1212
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`.
1313

@@ -60,7 +60,7 @@ The following code example describes the above behavior.
6060
{% endhighlight %}
6161

6262
The following output is displayed as a result of the above code example.
63-
![](Worksheet_images/Worksheet_img1.png)
63+
![Insert Sheet in ASP.NET Webforms Spreadsheet](Worksheet_images/Worksheet_img1.png)
6464

6565
### Copy
6666

@@ -84,7 +84,7 @@ The following code example describes the above behavior.
8484
{% endhighlight %}
8585

8686
The following output is displayed as a result of the above code example.
87-
![](Worksheet_images/Worksheet_img2.png)
87+
![Copy Existing Worksheet in ASP.NET Webforms Spreadsheet](Worksheet_images/Worksheet_img2.png)
8888

8989
### Move
9090

@@ -108,7 +108,7 @@ The following code example describes the above behavior.
108108
{% endhighlight %}
109109

110110
The following output is displayed as a result of the above code example.
111-
![](Worksheet_images/Worksheet_img3.png)
111+
![Move Existing Worksheet in ASP.NET Webforms Spreadsheet](Worksheet_images/Worksheet_img3.png)
112112

113113
### Remove
114114

@@ -134,7 +134,7 @@ The following code example describes the above behavior.
134134
{% endhighlight %}
135135

136136
The following output is displayed as a result of the above code example.
137-
![](Worksheet_images/Worksheet_img4.png)
137+
![Remove Existing Worksheet in ASP.NET Webforms Spreadsheet](Worksheet_images/Worksheet_img4.png)
138138

139139
### Rename
140140

@@ -158,7 +158,7 @@ The following code example describes the above behavior.
158158
{% endhighlight %}
159159

160160
The following output is displayed as a result of the above code example.
161-
![](Worksheet_images/Worksheet_img5.png)
161+
![Rename Existing Worksheet in ASP.NET Webforms Spreadsheet](Worksheet_images/Worksheet_img5.png)
162162

163163
## Headers
164164

@@ -178,7 +178,7 @@ The following code example describes the above behavior.
178178
{% endhighlight %}
179179

180180
The following output is displayed as a result of the above code example.
181-
![](Worksheet_images/Worksheet_img6.png)
181+
![Headers in ASP.NET Webforms Spreadsheet](Worksheet_images/Worksheet_img6.png)
182182

183183
## Show/Hide Sheets
184184

@@ -205,7 +205,7 @@ The following code example describes the above behavior.
205205
{% endhighlight %}
206206

207207
The following output is displayed as a result of the above code example.
208-
![](Worksheet_images/Worksheet_img7.png)
208+
![Show and Hide Sheet in ASP.NET Webforms Spreadsheet](Worksheet_images/Worksheet_img7.png)
209209

210210
## Show/Hide Gridlines
211211

@@ -225,4 +225,4 @@ The following code example describes the above behavior.
225225
{% endhighlight %}
226226

227227
The following output is displayed as a result of the above code example.
228-
![](Worksheet_images/Worksheet_img8.png)
228+
![Show and Hide Gridlines in ASP.NET Webforms Spreadsheet](Worksheet_images/Worksheet_img8.png)

0 commit comments

Comments
 (0)