Skip to content

Commit 8c0bd3b

Browse files
Merge pull request #360 from Syncfusion-Content/hotfix/hotfix-v21.1.35
DOCINFRA-2341_merged_using_automation
2 parents 6de99d9 + 0551731 commit 8c0bd3b

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

aspnet/Checkbox/Getting-Started.md

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

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

1212
This section explains briefly how to create a **Checkbox** in your application with ASP.NET.
1313

1414
## Create your first Checkbox in ASP.NET
1515

1616
ASP.NET Checkbox provides support for multiple selections, within your web page and allows you to specify an option from the list. From the following guidelines, you can select Multiple or Single Selection List Receiving App by using Checkbox. The following screenshot demonstrates the functionality with Checkbox button action.
1717

18-
![Description: C:/Users/jeganprakash/Desktop/Documentation/Images/Check/1.PNG](Getting-Started_images/Getting-Started_img1.png)
18+
![ASP.NET Webforms Checkbox creation](Getting-Started_images/Getting-Started_img1.png)
1919

2020

2121

@@ -151,7 +151,7 @@ Add the script into your ASPX page.
151151
{% endhighlight %}
152152

153153

154-
![Description: C:/Users/jeganprakash/Desktop/Documentation/Images/Check/2.PNG](Getting-Started_images/Getting-Started_img2.png)
154+
![ASP.NET Webforms Checkbox file selections](Getting-Started_images/Getting-Started_img2.png)
155155

156156

157157
## File Selection in Media Player
@@ -275,7 +275,7 @@ Add the following styles to show the Checkbox control in an order.
275275

276276
Run the code to render the resultant output.
277277

278-
![](Getting-Started_images/Getting-Started_img3.png)
278+
![ASP.NET Webforms Checkbox file type of Media player](Getting-Started_images/Getting-Started_img3.png)
279279

280280

281281

aspnet/DataManager/Filtering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Filtering | DataManager | ASP.NET Webforms | Syncfusion
4-
description: filtering
4+
description: Learn here about filtering in Syncfusion Essential ASP.NET Webforms DataManager Control, its elements, and more.
55
platform: aspnet
66
control: DataManager
77
documentation: ug
88
keywords: filter Operators, lessThan, lessThanOrEqual, less, contains
99
---
1010

11-
# Filtering
11+
# Filtering in ASP.NET Webforms DataManager
1212

1313
Filtering is a basic technique in DataManager query. The “where” query is used to filter some particular or related records from the data source to review details of records.
1414

aspnet/Gantt/Columns.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Columns | Gantt | ASP.NET Webforms | Syncfusion
4-
description: columns
4+
description: Learn here about Columns in Syncfusion Essential ASP.NET Webforms Gantt Control, its elements, and more.
55
platform: aspnet
66
control: Gantt
77
documentation: ug
88
---
99

10-
# Columns
10+
# Columns in ASP.NET Webforms Gantt
1111

1212
The TreeGrid column displays the information from a bounded data source and it will be editable to update the task details through TreeGrid.
1313

@@ -460,7 +460,7 @@ The following screenshot displays the customized column in Gantt control.
460460

461461

462462

463-
![](Columns_images/Columns_img1.png)
463+
![ASP.NET Core Gantt customized column](Columns_images/Columns_img1.png)
464464

465465

466466
Customized column
@@ -471,7 +471,7 @@ Customized column
471471

472472
Gantt supports enabling and disabling the visibility of the columns dynamically with the ShowColumnChooser property. The visibility of the custom columns can also be toggled with this property. Column chooser option is rendered as a sub menu item within the column menu in the Gantt columns.
473473

474-
![](Columns_images/Columns_img2.png)
474+
![ASP.NET Core Gantt column chooser](Columns_images/Columns_img2.png)
475475

476476
Column menu with column chooser
477477
{:.caption}
@@ -508,7 +508,7 @@ Sort Ascending and Sort Descending options can be enabled or disabled with the A
508508

509509
The following screenshot displays the column chooser in the Gantt control.
510510

511-
![](Columns_images/Columns_img3.png)
511+
![ASP.NET Core Gantt column sort](Columns_images/Columns_img3.png)
512512

513513
Column chooser in Gantt control
514514
{:.caption}

aspnet/Grid/How-to/Use-NHibernate-with-Grid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Use NHibernate with Grid | Grid | ASP.NET Webforms | Syncfusion
4-
description: use nhibernate with grid
3+
title: Use NHibernate with ASP.NET Webforms Grid Control | Syncfusion
4+
description: Learn here about use nhibernate with Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
## Use NHibernate with Grid
10+
# Use NHibernate with ASP.NET Webforms Grid
1111

12-
### NHibernate
12+
## NHibernate
1313

1414
NHibernate is an object-relational mapping (ORM) solution for the Microsoft .NET platform. It provides a Framework for mapping an object-oriented domain model to a traditional relational database.
1515

aspnet/Listbox/Grouping.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: Grouping | ListBox | ASP.NET Webforms | Syncfusion
4-
description: Grouping
4+
description: Learn here about Grouping in Syncfusion Essential ASP.NET Webforms ListBox Control, its elements, and more.
55
platform: aspnet
66
control: Listbox
77
documentation: ug
88
---
99

10-
# Grouping
10+
# Grouping in ASP.NET Webforms ListBox
1111

1212
ListBox items can be grouped by providing a heading (header) for each set of items.
1313

@@ -58,5 +58,5 @@ In design page set the DataGroupBy property to group the list items. In the code
5858
{% endhighlight %}
5959
{% endtabs %}
6060

61-
![](Grouping_images/Grouping_img1.png)
61+
![ASP.NET Core ListBox grouping](Grouping_images/Grouping_img1.png)
6262

aspnet/Sparkline/Sparkline-dimension.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: Sparkline size
4-
description: Learn how to set Sparkline size and make it responsive.
3+
title: Sparkline Dimensions in ASP.NET Sparkline Control | Syncfusion
4+
description: Learn here about Sparkline Dimensions in Syncfusion Essential ASP.NET WebForms Sparkline Control, its elements, and more.
55
platform: aspnet
66
control: Sparkline
77
documentation: ug
88
---
99

10-
## Sparkline Dimensions
10+
# Sparkline Dimensions in ASP.NET WebForms Sparkline
1111

1212
You can set the size directly on the Sparkline or to the container of the sparkline. When you do not specify the size, it takes 30px as the height and 50px as its width, by default.
1313

@@ -28,7 +28,7 @@ You can customize the Sparkline dimension by setting the width and height for th
2828

2929
{% endhighlight %}
3030

31-
![](Sparkline-Dimensions_images/Sparkline-Dimensions_img1.png)
31+
![ASP.NET WebForms Sparkline dimension](Sparkline-Dimensions_images/Sparkline-Dimensions_img1.png)
3232

3333
## Set size in pixels
3434

0 commit comments

Comments
 (0)