Skip to content

DOCINFRA-2341_merged_using_automation #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions aspnet/DropDownList/Customization.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
layout: post
title: Customization in DropDownList control for Syncfusion ASP.NET WebForm
description: Customization in DropDownList control for Syncfusion ASP.NET WebForm
title: Customization in ASP.NET Web Forms DropDownList Control | Syncfusion
description: Learn here all about customization support in Syncfusion Essential ASP.NET Web Forms DropDownList control, it's elements and more.
platform: aspnet
control: DropDownList
documentation: ug
keywords: Customization, DropDownList, dropdown, watermark text

---

# Customization

# Customization in ASP.NET Web Forms DropDownList

## Adding watermark text

Expand All @@ -29,9 +30,9 @@ It provides the short description of the expected value in dropdown and will dis

{% endhighlight %}

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

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

## Applying Rounded Corner

Expand All @@ -51,7 +52,7 @@ You can use ShowRoundedCorner property to add rounded borders to the input and p

{% endhighlight %}

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

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

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

{% endhighlight %}

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

## Applying HTML Attributes

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

{% endtabs %}

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

19 changes: 10 additions & 9 deletions aspnet/Gantt/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
layout: post
title: Data Binding | Gantt | ASP.NET Webforms | Syncfusion
description: data binding
title: Data Binding in ASP.NET Web Forms Gantt Control | Syncfusion
description: Learn here all about data binding support in Syncfusion Essential ASP.NET Web Forms Gantt control, it's elements and more.
platform: aspnet
control: Gantt
documentation: ug
---

# Data Binding

# Data Binding in ASP.NET Web Forms Gantt

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

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



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

Data Binding
{:.caption}
Expand Down Expand Up @@ -747,7 +748,7 @@ The following screenshot shows the output of the above steps.



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

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

The following output is displayed for the code above,

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

### WebAPI

Expand Down Expand Up @@ -846,5 +847,5 @@ namespace GanttExportService {

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

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