diff --git a/aspnet/DropDownList/Customization.md b/aspnet/DropDownList/Customization.md index f5828e078..94fff6807 100644 --- a/aspnet/DropDownList/Customization.md +++ b/aspnet/DropDownList/Customization.md @@ -1,7 +1,7 @@ --- 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 @@ -9,7 +9,8 @@ keywords: Customization, DropDownList, dropdown, watermark text --- -# Customization + +# Customization in ASP.NET Web Forms DropDownList ## Adding watermark text @@ -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 @@ -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). @@ -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 @@ -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) diff --git a/aspnet/DropDownList/Customization_images/Customization_img1.jpeg b/aspnet/DropDownList/Customization_images/Customization_img1.jpeg deleted file mode 100644 index df14dd2de..000000000 Binary files a/aspnet/DropDownList/Customization_images/Customization_img1.jpeg and /dev/null differ diff --git a/aspnet/DropDownList/Customization_images/Customization_img2.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-adding-watermark-text.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img2.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-adding-watermark-text.jpeg diff --git a/aspnet/DropDownList/Customization_images/Customization_img5.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-applying-html-attributes.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img5.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-applying-html-attributes.jpeg diff --git a/aspnet/DropDownList/Customization_images/Customization_img4.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-applying-rounded-corner.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img4.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-applying-rounded-corner.jpeg diff --git a/aspnet/DropDownList/Customization_images/Customization_img3.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-customization.jpeg similarity index 100% rename from aspnet/DropDownList/Customization_images/Customization_img3.jpeg rename to aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-customization.jpeg diff --git a/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-enable-or-disable.jpeg b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-enable-or-disable.jpeg new file mode 100644 index 000000000..039a5e2ca Binary files /dev/null and b/aspnet/DropDownList/customization_images/aspnet-web-forms-dropdownlist-enable-or-disable.jpeg differ diff --git a/aspnet/Gantt/Data-Binding.md b/aspnet/Gantt/Data-Binding.md index 04dc9b25e..c0ee3cb40 100644 --- a/aspnet/Gantt/Data-Binding.md +++ b/aspnet/Gantt/Data-Binding.md @@ -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. @@ -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} @@ -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} @@ -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 @@ -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) \ No newline at end of file +![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) \ No newline at end of file diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img1.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-data-binding.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img1.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-data-binding.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img2.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-flat-data.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img2.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-flat-data.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img4.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-odata.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img4.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-odata.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img3.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-remote-data.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img3.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-remote-data.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img6.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-webapi-service-data.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img6.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-webapi-service-data.png diff --git a/aspnet/Gantt/Data-Binding_images/Data-Binding_img5.png b/aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-webapi.png similarity index 100% rename from aspnet/Gantt/Data-Binding_images/Data-Binding_img5.png rename to aspnet/Gantt/data-binding_images/aspnet-web-forms-gantt-webapi.png diff --git a/aspnet/Grid/Data-Adaptors.md b/aspnet/Grid/Data-Adaptors.md index 01377d8a7..0b3b6d9bf 100644 --- a/aspnet/Grid/Data-Adaptors.md +++ b/aspnet/Grid/Data-Adaptors.md @@ -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. @@ -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`. @@ -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. @@ -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 @@ -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 @@ -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 @@ -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`. @@ -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. @@ -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) diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img8.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-crud-operations.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img8.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-crud-operations.png diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img9.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-foreign-key-adaptor.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img9.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-foreign-key-adaptor.png diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img1.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-json-adaptor.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img1.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-json-adaptor.png diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img4.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-odata-adaptor.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img4.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-odata-adaptor.png diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img5.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-odatav4-adaptor.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img5.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-odatav4-adaptor.png diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img7.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-remotesave-adaptor.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img7.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-remotesave-adaptor.png diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img3.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-url-adaptor.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img3.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-url-adaptor.png diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img6.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-webapi-adaptor.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img6.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-webapi-adaptor.png diff --git a/aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img2.png b/aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-webmethod-adaptor.png similarity index 100% rename from aspnet/Grid/Data-Adaptors_images/Data-Adaptor_img2.png rename to aspnet/Grid/data-adaptors_images/aspnet-web-forms-grid-webmethod-adaptor.png