Skip to content
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
6 changes: 3 additions & 3 deletions aspnetmvc/DropDownList/LoadOnDemand.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---

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
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.

Expand Down
8 changes: 4 additions & 4 deletions aspnetmvc/RadialMenu/dimension.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down