Skip to content

Commit dfbecd3

Browse files
Merge pull request #187 from Syncfusion-Content/hotfix/hotfix-v20.2.0.36
DOCINFRA-2341_merged_using_automation
2 parents df6ab62 + 8ee188c commit dfbecd3

File tree

7 files changed

+40
-55
lines changed

7 files changed

+40
-55
lines changed

aspnet-core/CheckBox/Miscellaneous.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Miscellaneous | Checkbox | ASP.NET MVC | Syncfusion
4-
description: miscellaneous
5-
platform: ejmvc
3+
title: Miscellaneous | Checkbox | ASP.NET Core | Syncfusion
4+
description: Learn here about miscellaneous support in Syncfusion Essential ASP.NET Core CheckBox Control, its elements, and more.
5+
platform: ASP.NET Core
66
control: Checkbox
77
documentation: ug
88
---
99

10-
# Miscellaneous
10+
# Miscellaneous in ASP.NET Core CheckBox
1111

1212
## Checkbox Id
1313

aspnet-core/Combobox/how-to.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: How to ComboBox control for Syncfusion ASP.NET CORE
4-
description: How to
4+
description: Learn here about How to section in Syncfusion Essential ASP.NET Core ComboBox Control, its elements, and more.
55
platform: core
66
control: ComboBox
77
documentation: ug
88
keywords: dataBind, ComboBox, cascading, autofill, icons
99
---
1010

11-
# How To
11+
# How To section in ASP.NET Core ComboBox
1212

1313
## Configure the Cascading ComboBox
1414

@@ -89,7 +89,7 @@ The following example, shows the cascade behavior of country, state, and city Co
8989
Output for combobox control is as follows.
9090

9191

92-
![](Combobox_howto_images/howto_cascading.png)
92+
![ASP.NET Core ComboBox Show the list items with icons](Combobox_howto_images/howto_cascading.png)
9393

9494

9595
## Show the list items with icons
@@ -194,7 +194,7 @@ In the following sample, icon classes are mapped with the `iconCss` field.
194194
Output for combobox control is as follows.
195195

196196

197-
![](Combobox_howto_images/howto_icon.png)
197+
![ASP.NET Core ComboBox Autofill supported](Combobox_howto_images/howto_icon.png)
198198

199199
## Autofill supported with ComboBox
200200

@@ -242,7 +242,7 @@ In the following sample, showcase that how to work autofill with ComboBox.
242242
Output for grouping combobox control is as follows.
243243

244244

245-
![](Combobox_howto_images/autofill.png)
245+
![ASP.NET Core ComboBox jQuery Validator](Combobox_howto_images/autofill.png)
246246

247247
## Validation of ComboBox using jQuery Validator
248248

@@ -356,8 +356,8 @@ The ComboBox supports the strongly typed Tag helpers represented by model expres
356356

357357
Now, the ComboBox will be displayed with the value passed from model as shown below
358358

359-
![](Combobox_howto_images/modelbinding.png)
359+
![ASP.NET Core ComboBox value passed from model](Combobox_howto_images/modelbinding.png)
360360

361361
This value can be received during Http post during form submit as shown below
362362

363-
![](Combobox_howto_images/Post.png)
363+
![ASP.NET Core ComboBox Http post during form submit](Combobox_howto_images/Post.png)

aspnet-core/DataManager/Searching.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: Searching | DataManager | ASP.NET Core | Syncfusion
4-
description: searching
4+
description: Learn here about searching support in Syncfusion Essential ASP.NET Core DataManager Control, its elements, and more.
55
platform: aspnet-core
66
control: DataManager
77
documentation: ug
88
---
99

10-
# Searching
10+
# Searching in ASP.NET Core DataManager
1111

1212
Searching is a basic query technique in data manager. It is used to filter the records from the entire data source based on the `search` key parameter.
1313

@@ -96,5 +96,5 @@ Searching is a basic query technique in data manager. It is used to filter the r
9696

9797
Result of above code example is illustrated as follows.
9898

99-
![](Searching_images/Searching1.png)
99+
![ASP.NET Core DataManager searching](Searching_images/Searching1.png)
100100

aspnet-core/DateRangePicker/getting-started.md

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

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

1212
This section explains briefly about how to render a DateRangePicker in your application with ASP.NET Core.
1313

@@ -16,7 +16,7 @@ This section explains briefly about how to render a DateRangePicker in your appl
1616
The Essential ASP.NET Core DateRangePicker supports to display two calendars in the webpage and allows you pick date range from the calendars. Refer the following guidelines to customize the DateRangePicker. The following screenshot illustrates the functionality of DateRangePicker.
1717

1818

19-
![](getting_started_images/getting-started1.png)
19+
![ASP.NET Core DateRangePicker Getting Started](getting_started_images/getting-started1.png)
2020

2121
DateRangePicker
2222
{:.caption}
@@ -45,7 +45,7 @@ ASP.NET Core DateRangePicker widget basically renders with built-in features lik
4545

4646
Execute the above code to render the following output.
4747

48-
![](getting_started_images/getting-started2.png)
48+
![ASP.NET Core DateRangePicker Start Date](getting_started_images/getting-started2.png)
4949

5050
DateRangePicker
5151
{:.caption}
@@ -93,7 +93,7 @@ Below code will explain to use the **EndDate** API to set the end Date in popup.
9393

9494
Execute the above code to render the following output.
9595

96-
![](getting_started_images/getting-started3.png)
96+
![ASP.NET Core DateRangePicker End Date](getting_started_images/getting-started3.png)
9797

9898
DateRangePicker with StartDate and EndDate
9999
{:.caption}

aspnet-core/Grid/Exporting.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Exporting | grid | ASP.NET Core | Syncfusion
4-
description: exporting
4+
description: Learn here about Exporting 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-
# Exporting
10+
# Exporting in ASP.NET Core Grid
1111

1212
The Exporting provides support to export grid data into excel, word and PDF files. To export the grid, the `export` JavaScript method should be called with export action as parameter. To make it work from grid tool bar, `ExcelExport`, `WordExport` and `PdfExport` toolbar items needs to be added in grid tool bar using the `toolbar-items` property of `toolbar-settings` which are used to perform exporting. When you click the toolbar exporting icon, it internally invokes the `export` public method of grid object to export. The code snippet for this is as follows.
1313

@@ -1287,7 +1287,7 @@ Also, it has `none` option which will export the grid without any theme. The de
12871287
{% endtabs %}
12881288
When the theme is set as none and the autoFormat is not set to the grid, then no theme is applied to the exported grid. The grid is exported without any theme as in the following screenshots:
12891289

1290-
![](Exporting_images/Customizing-Themes_img1.png)
1290+
![ASP.NET Core Grid exporting](Exporting_images/Customizing-Themes_img1.png)
12911291

12921292

12931293
## AutoFormat class
@@ -1472,7 +1472,7 @@ The background color of the alternative row of the grid content.</td></tr>
14721472

14731473

14741474
{% endtabs %}
1475-
![](Exporting_images/Customizing-Themes_img2.png)
1475+
![ASP.NET Core Grid exporting server events](Exporting_images/Customizing-Themes_img2.png)
14761476

14771477
## Exporting server events
14781478

@@ -1652,19 +1652,4 @@ You can customize the particular cell or particular row of exporting files using
16521652

16531653
{% endtabs %}
16541654

1655-
![](Exporting_images/Exporting_Serverside_Event.png)
1656-
1657-
1658-
1659-
1660-
1661-
1662-
1663-
1664-
1665-
1666-
1667-
1668-
1669-
1670-
1655+
![ASP.NET Core Grid server side event](Exporting_images/Exporting_Serverside_Event.png)

aspnet-core/Grid/Summary.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: Summary with Grid widget for ASP.NET Core
4-
description: How to enable summary and its functionalities
3+
title: Summary in ASP.NET Core Grid Control | Syncfusion
4+
description: Learn here about Summary 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-
# Summary
10+
# Summary in ASP.NET Core Grid
1111

1212
The summary rows visibility can be controlled by the`show-summary` property and it can be added to Grid by using the `e-summary-rows` array property. The following code example describes the above behavior.
1313

@@ -50,7 +50,7 @@ The summary rows visibility can be controlled by the`show-summary` property and
5050
{% endtabs %}
5151

5252

53-
![](Summary_images/summaryGrid_img1.png)
53+
![ASP.NET Core Grid supported aggregates](Summary_images/summaryGrid_img1.png)
5454

5555
## Supported aggregates
5656

@@ -121,7 +121,7 @@ Summaries with `Sum`,`Average`,`Maximum` and `Minimum` aggregate can be defined
121121
{% endhighlight %}
122122
{% endtabs %}
123123

124-
![](Summary_images/summaryGrid_img2.png)
124+
![ASP.NET Core Grid true and false count](Summary_images/summaryGrid_img2.png)
125125

126126
### True and False count
127127

@@ -170,7 +170,7 @@ Summaries with `true` and `false` count aggregate can be defined by using `summa
170170
{% endhighlight %}
171171
{% endtabs %}
172172

173-
![](Summary_images/summaryGrid_img3.png)
173+
![ASP.NET Core Grid custom summary](Summary_images/summaryGrid_img3.png)
174174

175175

176176
## Custom summary
@@ -228,7 +228,7 @@ Custom summary can be used to create summary values based on your required custo
228228
{% endtabs %}
229229

230230

231-
![](Summary_images/summaryGrid_img4.png)
231+
![ASP.NET Core Grid group summary](Summary_images/summaryGrid_img4.png)
232232

233233
## Group summary
234234

@@ -272,7 +272,7 @@ Group summary is used to summarize values of a particular column based on group
272272
{% endhighlight %}
273273
{% endtabs %}
274274

275-
![](Summary_images/summaryGrid_img5.png)
275+
![ASP.NET Core Grid caption summary](Summary_images/summaryGrid_img5.png)
276276

277277
W> Minimum one column should be grouped to show the summary details.
278278

@@ -319,7 +319,7 @@ To show summaries in each Group's caption row, particular summary row should hav
319319

320320
{% endtabs %}
321321

322-
![](Summary_images/summaryGrid_img6.png)
322+
![ASP.NET Core Grid format](Summary_images/summaryGrid_img6.png)
323323

324324
W> Minimum one column should be grouped to show summary details.
325325

@@ -366,7 +366,7 @@ To format Summary values, the `format` property needs to be assigned in `e-summa
366366

367367
{% endtabs %}
368368

369-
![](Summary_images/summaryGrid_img7.png)
369+
![ASP.NET Core Grid summary column template](Summary_images/summaryGrid_img7.png)
370370

371371
## Summary template
372372

@@ -421,7 +421,7 @@ The following code example describes the previous behavior.
421421

422422
The following output is displayed as a result of the previous code example.
423423

424-
![](Summary_images/summaryGrid_img9.png)
424+
![ASP.NET Core Grid handling aggregate](Summary_images/summaryGrid_img9.png)
425425

426426
## Handling aggregation in server-side
427427

@@ -498,4 +498,4 @@ namespace MvcApplication4.Controllers
498498

499499
The following output is displayed as a result of the previous code example.
500500

501-
![](Summary_images/summaryGrid_img8.png)
501+
![ASP.NET Core Grid summary grid](Summary_images/summaryGrid_img8.png)

aspnet-core/TreeView/Tree-Node.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Tree Node manipulation | TreeView | ASP.NET Core | Syncfusion
3-
description: handling operations in tree Node
3+
description: Learn here about tree node support in Syncfusion Essential ASP.NET Core TreeView Control, its elements, and more.
44
platform: aspnet-core
55
control: TreeView
66
documentation: UG
77
---
88

9-
# Tree Node
9+
# Tree Node in ASP.NET Core TreeView
1010

1111
The tree view node is structured with expand/collapse arrow, checkbox, image and text as shown in the following.
1212

13-
![](Tree-Node_images/Tree-Node_img1.jpeg)
13+
![ASP.NET Core TreeView Tree Node](Tree-Node_images/Tree-Node_img1.jpeg)
1414

1515
Also the tree view node object holds the following properties.
1616

0 commit comments

Comments
 (0)