diff --git a/aspnet/DateRangePicker/customization.md b/aspnet/DateRangePicker/customization.md index 32bfdf670..1d665475c 100644 --- a/aspnet/DateRangePicker/customization.md +++ b/aspnet/DateRangePicker/customization.md @@ -1,18 +1,18 @@ --- layout: post -title: customization -description: customization +title: Customization in ASP.NET Web Forms DateRangePicker | Syncfusion +description: Learn here about customization support in Syncfusion ASP.NET Web Forms DateRangePicker control, its elements, and more. platform: aspnet control: DateRangePicker documentation: ug keywords: dimension, corners --- -## Customization +# Customization in ASP.NET Web Forms DateRangePicker With available flexible options customization of DateRangePicker will be easier. -### Setting Dimension +## Setting Dimension **Height** and **width** of the DateRangePicker can be changed using corresponding API (**Height,Width**) like below code examples. diff --git a/aspnet/SpreadSheet/Editing.md b/aspnet/SpreadSheet/Editing.md index 7640c9005..62fe81208 100644 --- a/aspnet/SpreadSheet/Editing.md +++ b/aspnet/SpreadSheet/Editing.md @@ -1,13 +1,13 @@ --- layout: post -title: Editing with Spreadsheet widget for Syncfusion Essential JS -description: Learn about editing support in Syncfusion ASP.NET Web Forms Spreadsheet control, its elements, and more details. +title: Editing in ASP.NET Web Forms Spreadsheet Control | Syncfusion +description: Learn here about editing support in Syncfusion Essential ASP.NET Web Forms Spreadsheet control, its elements, and more details. platform: aspnet control: Spreadsheet documentation: ug --- -# Editing in ASP.NET Web Forms Spreadsheet Control +# Editing in ASP.NET Web Forms Spreadsheet You can edit the contents of a cell directly in the cell. You can also do this by typing in the formula bar. When you edit the cell, Spreadsheet is operating in edit mode. In editing mode formatting options are not available. You can use `AllowEditing` property to enable/disable editing feature.