Skip to content

Commit 6dd0209

Browse files
Merge pull request #507 from Syncfusion-Content/hotfix/hotfix-v26.1.35
DOCINFRA-2341_merged_using_automation
2 parents a073dde + 6c95b38 commit 6dd0209

13 files changed

+19
-17
lines changed

aspnet/DropDownList/Customization.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
layout: post
3-
title: Customization in DropDownList control for Syncfusion ASP.NET WebForm
4-
description: Customization in DropDownList control for Syncfusion ASP.NET WebForm
3+
title: Customization in ASP.NET Web Forms DropDownList Control | Syncfusion
4+
description: Learn here all about customization support in Syncfusion Essential ASP.NET Web Forms DropDownList control, it's elements and more.
55
platform: aspnet
66
control: DropDownList
77
documentation: ug
88
keywords: Customization, DropDownList, dropdown, watermark text
99

1010
---
1111

12-
# Customization
12+
13+
# Customization in ASP.NET Web Forms DropDownList
1314

1415
## Adding watermark text
1516

@@ -29,9 +30,9 @@ It provides the short description of the expected value in dropdown and will dis
2930
3031
{% endhighlight %}
3132

32-
![ ](Customization_images/Customization_img1.jpeg)
33+
![Customization in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-customization.jpeg)
3334

34-
![ ](Customization_images/Customization_img2.jpeg)
35+
![Adding watermark text in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-adding-watermark-text.jpeg)
3536

3637
## Applying Rounded Corner
3738

@@ -51,7 +52,7 @@ You can use ShowRoundedCorner property to add rounded borders to the input and p
5152
5253
{% endhighlight %}
5354

54-
![ ](Customization_images/Customization_img3.jpeg)
55+
![Applying rounded corner in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-applying-rounded-corner.jpeg)
5556

5657
I> The browser support details for rounded corner is given [here](http://www.w3schools.com/cssref/css3_pr_border-radius.asp).
5758

@@ -73,7 +74,7 @@ The Enabled property is used to indicate whether the control can respond to the
7374

7475
{% endhighlight %}
7576

76-
![ ](Customization_images/Customization_img4.jpeg)
77+
![Enable or disable in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-enable-or-disable.jpeg)
7778

7879
## Applying HTML Attributes
7980

@@ -110,5 +111,5 @@ Additional HTML attributes can be applied to the control by using HtmlAttributes
110111

111112
{% endtabs %}
112113

113-
![ ](Customization_images/Customization_img5.jpeg)
114+
![Applying HTML attributes in ASP.NET Web Forms DropDownList.](customization_images/aspnet-web-forms-dropdownlist-applying-html-attributes.jpeg)
114115

aspnet/Gantt/Data-Binding.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
layout: post
3-
title: Data Binding | Gantt | ASP.NET Webforms | Syncfusion
4-
description: data binding
3+
title: Data Binding in ASP.NET Web Forms Gantt Control | Syncfusion
4+
description: Learn here all about data binding support in Syncfusion Essential ASP.NET Web Forms Gantt control, it's elements and more.
55
platform: aspnet
66
control: Gantt
77
documentation: ug
88
---
99

10-
# Data Binding
10+
11+
# Data Binding in ASP.NET Web Forms Gantt
1112

1213
Data binding is the process that establishes a connection between the application and different kinds of data sources such as business objects.
1314

@@ -299,7 +300,7 @@ The output of the above steps is as follows.
299300

300301

301302

302-
![](Data-Binding_images/Data-Binding_img1.png)
303+
![Data binding in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-data-binding.png)
303304

304305
Data Binding
305306
{:.caption}
@@ -747,7 +748,7 @@ The following screenshot shows the output of the above steps.
747748

748749

749750

750-
![](Data-Binding_images/Data-Binding_img2.png)
751+
![Flat data in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-flat-data.png)
751752

752753
Self-Referential Data Binding
753754
{:.caption}
@@ -799,8 +800,8 @@ The following code example describes the above behavior.
799800

800801
The following output is displayed for the code above,
801802

802-
![](Data-Binding_images/Data-Binding_img3.png)
803-
![](Data-Binding_images/Data-Binding_img4.png)
803+
![Remote data in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-remote-data.png)
804+
![OData in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-odata.png)
804805

805806
### WebAPI
806807

@@ -846,5 +847,5 @@ namespace GanttExportService {
846847

847848
The following output is displayed as a result of the above code example.
848849

849-
![](Data-Binding_images/Data-Binding_img5.png)
850-
![](Data-Binding_images/Data-Binding_img6.png)
850+
![WebAPI in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-webapi.png)
851+
![WebAPI service data in ASP.NET Web Forms Gantt.](data-binding_images/aspnet-web-forms-gantt-webapi-service-data.png)

0 commit comments

Comments
 (0)