Skip to content

Commit a2d1929

Browse files
Merge pull request #243 from Syncfusion-Content/hotfix/hotfix-v20.3.0.47
DOCINFRA-2341_merged_using_automation
2 parents ad2bc54 + 9f8cca4 commit a2d1929

File tree

4 files changed

+49
-49
lines changed

4 files changed

+49
-49
lines changed

aspnet-core/DropDownList/Functionalities.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Functionalities in the DropDownList control for Syncfusion ASP.NET Core
4-
description: Functionalities in the DropDownList control for Syncfusion ASP.NET Core
3+
title: Functionalities in ASP.NET Core DropDownList Control | Syncfusion
4+
description: Learn here all about Functionalities support in Syncfusion Essential ASP.NET Core DropDownList control, its elements, and more.
55
platform: aspnet-core
66
control: DropDownList
77
documentation: ug
88
keywords: DropDownList, dropdown, Selection, Grouping, Sorting
99

1010
---
11-
# Functionalities
11+
# Functionalities in ASP.NET Core DropDownList
1212

1313
## Selection
1414

@@ -197,7 +197,7 @@ To select an item initially you can pass the item’s value via Value property o
197197

198198
{% endtabs %}
199199

200-
![](Functionalities_images/Functionalities_img1.png)
200+
![ASP.NET Core DropDownList using value or text](Functionalities_images/Functionalities_img1.png)
201201

202202
### Using indices
203203

@@ -234,7 +234,7 @@ You can select a single or more than one item by passing index values to the pro
234234

235235
{% endtabs %}
236236

237-
![](Functionalities_images/Functionalities_img2.png)
237+
![ASP.NET Core DropDownList using indices](Functionalities_images/Functionalities_img2.png)
238238

239239
I> To use "SelectedIndices" property, you should enable either ShowCheckbox or MultiSelectMode property First.
240240

@@ -376,7 +376,7 @@ The below given example explains the behavior of grouping with List data binding
376376

377377
{% endtabs %}
378378

379-
![](Functionalities_images/Functionalities_img3.png)
379+
![ASP.NET Core DropDownList grouping](Functionalities_images/Functionalities_img3.png)
380380

381381
N> Grouping has restrictions in the following scenarios, <BR>
382382

@@ -412,7 +412,7 @@ N> Grouping has restrictions in the following scenarios, <BR>
412412

413413
{% endhighlight %}
414414

415-
![](Functionalities_images/Functionalities_img4.png)
415+
![ASP.NET Core DropDownList virtual scrolling](Functionalities_images/Functionalities_img4.png)
416416

417417
I> Virtual scrolling is not supported with Grouping.
418418

@@ -519,9 +519,9 @@ Configuring the data items for cascading to the series of DropDownList is demons
519519

520520
{% endtabs %}
521521

522-
![](Functionalities_images/Functionalities_img5.png)
522+
![ASP.NET Core DropDownList sorting](Functionalities_images/Functionalities_img5.png)
523523

524-
![](Functionalities_images/Functionalities_img6.jpeg)
524+
![ASP.NET Core DropDownList cascading](Functionalities_images/Functionalities_img6.jpeg)
525525

526526
### Binding the data source to the cascading DropDownList using cascade event
527527

@@ -596,7 +596,7 @@ Bind the data source to the cascading DropDownList dynamically using ClientSideE
596596

597597
{% endtabs %}
598598

599-
![](Functionalities_images/Functionalities_img7.jpeg)
599+
![ASP.NET Core DropDownList multi level cascading](Functionalities_images/Functionalities_img7.jpeg)
600600

601601
### Multi-Level Cascading
602602

aspnet-core/GettingStarted/Getting-Started-1-1-0.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Getting Started | ASP.NET Core | Syncfusion
4-
description: Getting Started.
4+
description: Learn here all about Getting started with Syncfusion Essential ASP.NET Core Application, its elements, and more.
55
platform: aspnet-core
66
control: Common
77
documentation: ug
88
---
99

1010

11-
# Getting Started
11+
# Getting Started with ASP.NET Core Application
1212

1313
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
1414
@@ -28,11 +28,11 @@ The following steps helps to create a ASP.NET Core web application to configure
2828

2929
* Open Visual Studio 2015 to create **ASP.NET Core web application**.
3030

31-
![](getting-started_images/getting-started_img1.png)
31+
![Getting Started in ASP.NET Core Application](getting-started_images/getting-started_img1.png)
3232

3333
* After project creation, open your **project.json** file to add our Syncfusion assembly packages.
3434

35-
![](getting-started_images/getting-started_img5.png)
35+
![After Project in ASP.NET Core Application](getting-started_images/getting-started_img5.png)
3636

3737
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
3838
@@ -41,15 +41,15 @@ The following steps helps to create a ASP.NET Core web application to configure
4141

4242
* In the Solution Explorer window, click the **"Show All Files"** button.
4343

44-
![](getting-started_images/getting-started_img6.jpeg)
44+
![Solution Explorer Window in ASP.NET Core Application](getting-started_images/getting-started_img6.jpeg)
4545

4646
* Open **bower.json** file to include the following necessary packages.
4747

48-
![](getting-started_images/getting-started_img2.png)
48+
![Open Bower json in ASP.NET Core Application](getting-started_images/getting-started_img2.png)
4949

5050
* After Bower packages installation the scripts and CSS files are loaded into the **wwwroot -> lib** folder as shown below
5151

52-
![](getting-started_images/getting-started_img3.png)
52+
![Scripts and CSS in ASP.NET Core Application](getting-started_images/getting-started_img3.png)
5353

5454
* Now open **_viewImports.cshtml** file from the views folder and add the following namespace for components references and Tag Helper support.
5555

@@ -114,19 +114,19 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
114114

115115
* Finally compile your project, after successful compilation then press F5 key to deploy your project.
116116

117-
![](getting-started_images/getting-started_img4.png)
117+
![Compile Project in ASP.NET Core Application](getting-started_images/getting-started_img4.png)
118118

119119
### Configure Syncfusion File Format Components in ASP.NET Core Application:
120120

121121
The following steps helps to create a ASP.NET Core web application to configure our File Format components.
122122

123123
* Open Visual Studio 2015 to create **ASP.NET Core web application**.
124124

125-
![](getting-started_images/getting-started_fileformat_img1.png)
125+
![Open Visual Studion in ASP.NET Core Application](getting-started_images/getting-started_fileformat_img1.png)
126126

127127
* After project creation, open your **project.json** file to add our Syncfusion assembly packages.
128128

129-
![](getting-started_images/getting-started_fileformat_img2.png)
129+
![AFter Project Creation in ASP.NET Core Application](getting-started_images/getting-started_fileformat_img2.png)
130130

131131
N> 1. You can refer [Installation](https://help.syncfusion.com/aspnet-core/configuration-and-installation) procedure to configure Syncfusion NuGet packages.
132132
N> 2. The File format component packages has been modified from Volume 3, 2017 (15.3.0.26) release. You can refer [migration document](https://help.syncfusion.com/aspnet-core/release-notes/migratingtov15.3.0.26) for more details.
@@ -164,36 +164,36 @@ dotnet new -t web
164164

165165
{% endhighlight %}
166166

167-
![](getting-started_images/getting-started_img10.JPG)
167+
![ASP.NET Core Application web](getting-started_images/getting-started_img10.JPG)
168168

169169

170170
### Configure Syncfusion Components in ASP.NET Core Application
171171

172172
* Open Visual Studio Code and open your ASP.NET folder using **Open -> Folder** menu. Now your project folder is loaded in Visual Studio Code application.
173173

174-
![](getting-started_images/getting-started_img11.JPG)
174+
![Configure Syncfusion Components in ASP.NET Core Application](getting-started_images/getting-started_img11.JPG)
175175

176176

177177
* Open your **bower.json** json file and specify our Syncfusion package will loads our scripts and CSS. Refer this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages) to configure the bower execution environment in your local machine. Then install a bower extension in your Visual Studio code to complete a configuration.
178178

179-
![](getting-started_images/getting-started_img12.JPG)
179+
![Loads File in ASP.NET Core Application](getting-started_images/getting-started_img12.JPG)
180180

181181

182182
* In **bower.json** file specify our Syncfusion packages with our latest version.
183183

184-
![](getting-started_images/getting-started_img13.JPG)
184+
![Specify File in ASP.NET Core Application](getting-started_images/getting-started_img13.JPG)
185185

186186

187187
* Open quick window (Ctrl + p) to run the `bower install` command to install our scripts and CSS to your application **wwwroot -> lib** folder.
188188

189-
![](getting-started_images/getting-started_img14.JPG)
189+
![Folder in ASP.NET Core Application](getting-started_images/getting-started_img14.JPG)
190190

191191

192192
> Recommended to install the “**Bower package watcher**” extension will helps to load the packages whenever save the **bower.json** file.
193193
194194
* Now open your **project.json** file to specify our assembly packages.
195195

196-
![](getting-started_images/getting-started_img15.JPG)
196+
![Bower Package Watcher in ASP.NET Core Application](getting-started_images/getting-started_img15.JPG)
197197

198198
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
199199
@@ -216,7 +216,7 @@ dotnet restore
216216

217217
{% endhighlight %}
218218

219-
![](getting-started_images/getting-started_img16.JPG)
219+
![Restore Packages in ASP.NET Core Application](getting-started_images/getting-started_img16.JPG)
220220

221221

222222
* Now refer the necessary scripts and CSS files in your **_layout.cshtml** page.
@@ -274,7 +274,7 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
274274

275275
* Finally press F5 key to deploy your project.
276276

277-
![](getting-started_images/getting-started_img17.JPG)
277+
![Press F5 Key in ASP.NET Core Application](getting-started_images/getting-started_img17.JPG)
278278

279279

280280
## ASP.NET Core 1.1.0 Application Using Yeoman with Visual Studio Code:
@@ -313,46 +313,46 @@ npm install -g yo
313313

314314
{% endhighlight %}
315315

316-
![](getting-started_images/getting-started_img7.JPG)
316+
![Yeoman Generator in ASP.NET Core Application](getting-started_images/getting-started_img7.JPG)
317317

318318

319319
* From the list of available projects, select the **Web Application Basic [ without Membership and Authorization ]** by using arrow keys.
320320

321-
![](getting-started_images/getting-started_img8.JPG)
321+
![Web Application Basic in ASP.NET Core Application](getting-started_images/getting-started_img8.JPG)
322322

323323

324324
* And then provide the project name or simply press the enter key to create the project with default name.
325325

326-
![](getting-started_images/getting-started_img9.JPG)
326+
![Project Name in ASP.NET Core Application](getting-started_images/getting-started_img9.JPG)
327327

328328

329329
### Configure Syncfusion Components in ASP.NET Core Application
330330

331331
* Open Visual Studio Code and open your ASP.NET folder using **Open -> Folder** menu. Now your project folder is loaded in Visual Studio Code application.
332332

333-
![](getting-started_images/getting-started_img11.JPG)
333+
![Open Folder in ASP.NET Core Application](getting-started_images/getting-started_img11.JPG)
334334

335335

336336
* Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages). Then install a Bower extension in your Visual Studio code to complete a configuration.
337337

338-
![](getting-started_images/getting-started_img12.JPG)
338+
![Configure Bower in ASP.NET Core Application](getting-started_images/getting-started_img12.JPG)
339339

340340

341341
* In **bower.json** file specify our Syncfusion packages with our latest version will loads our scripts and CSS.
342342

343-
![](getting-started_images/getting-started_img13.JPG)
343+
![Bower json in ASP.NET Core Application](getting-started_images/getting-started_img13.JPG)
344344

345345

346346
* Open quick window (Ctrl + p) to run the `bower install` command to install our scripts and CSS to your application **wwwroot -> lib** folder.
347347

348-
![](getting-started_images/getting-started_img14.JPG)
348+
![Bower Installed in ASP.NET Core Application](getting-started_images/getting-started_img14.JPG)
349349

350350

351351
> Recommended to install the “**Bower package watcher**” extension will helps to load the packages whenever save the **bower.json** file.
352352
353353
* Now open your **project.json** file to specify our assembly packages.
354354

355-
![](getting-started_images/getting-started_img15.JPG)
355+
![ASP.NET Core Application file](getting-started_images/getting-started_img15.JPG)
356356

357357
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
358358
@@ -376,7 +376,7 @@ dotnet restore
376376

377377
{% endhighlight %}
378378

379-
![](getting-started_images/getting-started_img16.JPG)
379+
![Open Command in ASP.NET Core Application](getting-started_images/getting-started_img16.JPG)
380380

381381

382382
* Now refer the necessary scripts and CSS files in your **_layout.cshtml** page.
@@ -434,4 +434,4 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
434434

435435
* Finally press F5 key to deploy your project.
436436

437-
![](getting-started_images/getting-started_img17.JPG)
437+
![Deploy Project in ASP.NET Core Application](getting-started_images/getting-started_img17.JPG)

aspnet-core/Grid/Getting-Started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Getting started with grid widget for Syncfusion Essential ASP.NET Core
4-
description: How to create the grid, data bind, enable paging, grouping, filtering and add summaries
3+
title: Getting started with ASP.NET Core Grid | Syncfusion
4+
description: Learn here all about getting started with Syncfusion Essential ASP.NET Core Grid control, its elements, and more.
55
platform: aspnet-core
66
control: grid
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET Core Grid
1111

1212
Refer to the [Getting Started](https://help.syncfusion.com/aspnet-core/gettingstarted/getting-started-2-0) page of the introduction part to know more about the basic system requirements and the steps to configure the Syncfusion components in an ASP.NET Core application.
1313

@@ -94,7 +94,7 @@ In `e-columns` definition, the `text-align` property allows you to align text of
9494

9595
The following output is displayed as a result of the previous code example.
9696

97-
![](Getting-Started_images/Getting-Started2_img1.jpeg)
97+
![ASP.NET Core Grid data binding](Getting-Started_images/Getting-Started2_img1.jpeg)
9898

9999

100100
## Enable paging
@@ -135,7 +135,7 @@ The paging feature in grid offers complete navigation support to easily switch
135135

136136
The following output is displayed as a result of the previous code example.
137137

138-
![](Getting-Started_images/Getting-Started2_img2.png)
138+
![ASP.NET Core Grid enable paging](Getting-Started_images/Getting-Started2_img2.png)
139139

140140

141141
## Enable filtering
@@ -178,7 +178,7 @@ To enable filtering, use the `allow-filtering` property of grid is as follows.
178178

179179
The following output is displayed as a result of the previous code example.
180180

181-
![](Getting-Started_images/Getting-Started2_img3.png)
181+
![ASP.NET Core Grid enable filtering](Getting-Started_images/Getting-Started2_img3.png)
182182

183183

184184
## Enable grouping
@@ -220,7 +220,7 @@ To enable grouping, use the `allow-grouping` property of grid is as follows.
220220

221221
The following output is displayed as a result of the previous code example.
222222

223-
![](Getting-Started_images/Getting-Started2_img4.png)
223+
![ASP.NET Core Grid enable grouping](Getting-Started_images/Getting-Started2_img4.png)
224224

225225

226226
## Add summaries
@@ -268,4 +268,4 @@ Summaries can be added by setting the `show-summary` to `true` and adding requir
268268

269269
The following output is displayed as a result of the previous code example.
270270

271-
![](Getting-Started_images/Getting-Started2_img5.png)
271+
![ASP.NET Core Grid adds summaries](Getting-Started_images/Getting-Started2_img5.png)

aspnet-core/Grid/Hierarchy-Grid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Hierarchical binding | grid | ASP.NET Core | Syncfusion
4-
description: How to bind the hierarchical data
4+
description: Learn here all about Hierarchy support in Syncfusion Essential ASP.NET Core Grid control, its elements, and more.
55
platform: aspnet-core
66
control: grid
77
documentation: ug
88
---
99

10-
# Hierarchical Bindings
10+
# Hierarchical Bindings in ASP.NET Core Grid
1111

1212
Hierarchical binding can be used to create the grid with parent and child relation, this facilitate you to view the child records for a particular row by clicking on the Expander button present in first column of each grid row. This can be enabled by defining grid within grid and `query-string`.
1313

@@ -64,7 +64,7 @@ public partial class GridController : Controller
6464

6565
{% endtabs %}
6666

67-
![](Hierarchy-Grid_images/Hierarchy-Grid_img1.png)
67+
![ASP.NET Core Grid hierarchical binding](Hierarchy-Grid_images/Hierarchy-Grid_img1.png)
6868

6969

7070
## Expand or collapse all child's

0 commit comments

Comments
 (0)