Skip to content

SEO-182860-ASP.NET-Web-Forms-control-changes #497

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

Open
wants to merge 7 commits into
base: hotfix/hotfix-v25.2.3
Choose a base branch
from
Open
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 Form DropDownList Control | Syncfusion
description: Learn here all about customization support in Syncfusion Essential ASP.NET Web Form 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)

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Form 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 Form Gantt.](data-binding_images/aspnet-web-forms-gantt-remote-data.png)
![OData in ASP.NET Web Form 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 Form Gantt.](data-binding_images/aspnet-web-forms-gantt-webapi.png)
![WebAPI service data in ASP.NET Web Form Gantt.](data-binding_images/aspnet-web-forms-gantt-webapi-service-data.png)
42 changes: 22 additions & 20 deletions aspnet/Grid/Data-Adaptors.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
layout: post
title: data adaptors with Grid widget for Syncfusion Essential JS
description: How to enable data adaptors and its functionalities
title: Data Adaptors in ASP.NET Web Forms Grid Control | Syncfusion
description: Learn here all about data adaptors support in Syncfusion Essential ASP.NET Web Forms Grid controls, it's elements and more.
platform: aspnet
control: Grid
documentation: ug
---
# Data Adaptors

# Data Adaptors in ASP.NET Web Forms Grid

The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](https://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors).

In Grid, the adaptor can be specified using the `Adaptor` property of the `DataManager`.

## JSON Adaptor
## JSON Adaptor

The JSON Adaptor is used when the grid is bound with local datasource. It can be enabled in Grid using `Adaptor` property as ` JsonAdaptor`. The `JsonAdaptor` is the default adaptor used by `DataManager` when bind with datasource controls such as SqlDataSource, ObjectDataSource and also while using datasource such as IEnumerable, DataTable etc.

Expand Down Expand Up @@ -50,9 +51,9 @@ The following code example describes the above behavior.

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

![](Data-Adaptors_images/Data-Adaptor_img1.png)
![JSON adaptor in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-json-adaptor.png)

## WebMethod Adaptor
## WebMethod Adaptor

The WebMethod Adaptor is used to bind data source from remote services and code behind methods. It can be enabled in Grid using `Adaptor` property of `DataManager` as `WebMethodAdaptor`.

Expand Down Expand Up @@ -108,9 +109,9 @@ You can use the following code example to use WebMethod adaptor.

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

![](Data-Adaptors_images/Data-Adaptor_img2.png)
![Webmethod adaptor in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-webmethod-adaptor.png)

## Url Adaptor
## Url Adaptor

The Url Adaptor is the base adaptor that would interact with remote services. It can be enabled in Grid using `Adaptor` property of `DataSource` as `UrlAdaptor`. For every operations, an AJAX post will be send to the specified data service.

Expand Down Expand Up @@ -162,9 +163,9 @@ N> 2. The `count` must be returned along with response when paging is enabled in

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

![](Data-Adaptors_images/Data-Adaptor_img3.png)
![Url adaptor in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-url-adaptor.png)

## OData Adaptor
## OData Adaptor

OData Adaptor that is extended from `UrlAdaptor`, is used for consuming data through OData Service.
We have an online OData Service “https://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/Orders” created specifically for Syncfusion Controls
Expand Down Expand Up @@ -192,9 +193,10 @@ You can use the following code example to use OData adaptor.

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

![](Data-Adaptors_images/Data-Adaptor_img4.png)
![OData adaptor in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-odata-adaptor.png)


## ODataV4 Adaptor
## ODataV4 Adaptor

OData V4 Adaptor that is extended from `ODataAdaptor`, is used for consuming data from OData V4 Service

Expand All @@ -220,9 +222,9 @@ You can use the following code example to use ODataV4 adaptor.

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

![](Data-Adaptors_images/Data-Adaptor_img5.png)
![ODataV4 adaptor in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-odatav4-adaptor.png)

## WebAPI Adaptor
## WebAPI Adaptor

WebAPI Adaptor that is extended from `ODataAdaptor`, is used for consuming data from WebApi Service

Expand Down Expand Up @@ -267,9 +269,9 @@ You can use the following code example to use WebAPI adaptor.

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

![](Data-Adaptors_images/Data-Adaptor_img6.png)
![WebAPI adaptor in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-webapi-adaptor.png)

## RemoteSave Adaptor
## RemoteSave Adaptor

Sometimes you may need to perform all Grid Actions in client-side except the CRUD operations that should be interacted with server-side to persist data. It can be achieved in Grid by using `RemoteSaveAdaptor`.

Expand Down Expand Up @@ -331,13 +333,13 @@ You can use the following code example to use RemoteSave adaptor.

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

![](Data-Adaptors_images/Data-Adaptor_img7.png)
![Remotesave adaptor in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-remotesave-adaptor.png)

On performing CRUD operations in Grid, the record changes will be sent to server-side as in the following screenshot.

![](Data-Adaptors_images/Data-Adaptor_img8.png)
![CRUD operations in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-crud-operations.png)

## Foreign Key Adaptor
## Foreign Key Adaptor

The Grid can have a look up column. The Foreign key column using `ForeignKeyField` has some limitations such as sort/group operations on column will happen based on `Field` instead of `ForeignKeyField`. The `ForeignKeyAdaptor` can be used to overcome this limitation.

Expand Down Expand Up @@ -398,6 +400,6 @@ N> 2. By default, the `ForeignKeyAdaptor` uses `JsonAdaptor`, to use other adapt

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

![](Data-Adaptors_images/Data-Adaptor_img9.png)
![Foreign key adaptor in ASP.NET Web Forms Grid.](data-adaptors_images/aspnet-web-forms-grid-foreign-key-adaptor.png)