You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetmvc/DropDownList/LoadOnDemand.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
3
3
layout: post
4
-
title: Load on demand with DropDownList control for Syncfusion ASP.NET MVC
5
-
description: Load on demand support to DropDownList control for Syncfusion ASP.NET MVC
4
+
title: Load on demand in ASP.NET MVC DropDownList Control | Syncfusion
5
+
description: Learn here all about load on demand in Syncfusion Essential ASP.NET MVC DropDownList control, its elements, and more.
6
6
platform: ejmvc
7
7
control: DropDownList
8
8
documentation: ug
9
9
keywords: loadOnDemand, DropDownList, dropdown
10
10
11
11
---
12
12
13
-
##Load On Demand
13
+
# Load on demand in ASP.NET MVC DropDownList
14
14
15
15
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.
Copy file name to clipboardExpand all lines: aspnetmvc/RadialMenu/dimension.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
layout: post
3
-
title: Dimension | Radial Menu |ASP.NET MVC | Syncfusion
4
-
description: dimension
3
+
title: Dimension in ASP.NET MVC Radial Menu Control | Syncfusion
4
+
description: Learn here all about dimension support in Syncfusion Essential ASP.NET MVC Radial Menu control, its elements, and more.
5
5
platform: ejmvc
6
6
control: Radial Menu
7
7
documentation: ug
8
8
---
9
9
10
10
11
-
##Dimension
11
+
# Dimension in ASP.NET MVC Radial Menu
12
12
13
13
You can customize **Radial Menu** dimension by using **Radius** and **Position** properties.
14
14
15
-
###Radius
15
+
## Radius
16
16
17
17
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.
0 commit comments