Skip to content

Commit fa49b9a

Browse files
committed
image renamed
1 parent d9efe7a commit fa49b9a

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
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 control, its elements, and more.
55
platform: aspnet-core
66
control: Common
77
documentation: ug
88
---
99

1010

11-
# Getting Started
11+
# Getting Started with Essential ASP.NET Core
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](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](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](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](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](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](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](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](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+
![Web Application in ASP.NET Core](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](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](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](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](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](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](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](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](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](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](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 ](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](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 ](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 Install in ASP.NET Core](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 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](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](getting-started_images/getting-started_img17.JPG)

0 commit comments

Comments
 (0)