diff --git a/aspnetmvc/DropDownList/LoadOnDemand.md b/aspnetmvc/DropDownList/LoadOnDemand.md index 6bd94b44..f59d225a 100644 --- a/aspnetmvc/DropDownList/LoadOnDemand.md +++ b/aspnetmvc/DropDownList/LoadOnDemand.md @@ -1,8 +1,8 @@ --- layout: post -title: Load on demand with DropDownList control for Syncfusion ASP.NET MVC -description: Load on demand support to DropDownList control for Syncfusion ASP.NET MVC +title: Load on demand in ASP.NET MVC DropDownList Control | Syncfusion +description: Learn here all about load on demand in Syncfusion Essential ASP.NET MVC DropDownList control, its elements, and more. platform: ejmvc control: DropDownList documentation: ug @@ -10,7 +10,7 @@ keywords: loadOnDemand, DropDownList, dropdown --- -## Load On Demand +# Load on demand in ASP.NET MVC DropDownList Load on demand feature allows the DropDownList items load on request from the service/database, during only on click the DropDown icon or DropDownList. This functionality helps to improve performance on control initial rendering time. Because data items load on request. diff --git a/aspnetmvc/RadialMenu/dimension.md b/aspnetmvc/RadialMenu/dimension.md index b6fa67aa..923f6d3a 100644 --- a/aspnetmvc/RadialMenu/dimension.md +++ b/aspnetmvc/RadialMenu/dimension.md @@ -1,18 +1,18 @@ --- layout: post -title: Dimension | Radial Menu |ASP.NET MVC | Syncfusion -description: dimension +title: Dimension in ASP.NET MVC Radial Menu Control | Syncfusion +description: Learn here all about dimension support in Syncfusion Essential ASP.NET MVC Radial Menu control, its elements, and more. platform: ejmvc control: Radial Menu documentation: ug --- -## Dimension +# Dimension in ASP.NET MVC Radial Menu You can customize **Radial Menu** dimension by using **Radius** and **Position** properties. -### Radius +## Radius You can customize the **Radial Menu** size by using the **Radius** property. By default, the **Radial Menu** Radius is set as 150px. Refer to the following code example.