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: aspnet-core/DropDownList/LoadOnDemand.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,15 +1,15 @@
1
1
---
2
2
3
3
layout: post
4
-
title: Load on demand in DropDownList control for Syncfusion ASP.NET Core
5
-
description: Describes about Load on demand in DropDownList control for Syncfusion ASP.NET Core
4
+
title: Load on demand | DropDownList | ASP.NET Core | Syncfusion
5
+
description: Learn here all about Load on Demand support in Syncfusion Essential ASP.NET Core DropDownlist control, its elements, and more.
6
6
platform: aspnet-core
7
7
control: DropDownList, loadOnDemand
8
8
documentation: ug
9
9
10
10
---
11
11
12
-
##Load On Demand
12
+
# Load On Demand in ASP.NET Core DropDownlist
13
13
14
14
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.
15
15
@@ -32,4 +32,4 @@ The loadOnDemand property is used to enable or disable the load on demand functi
32
32
{% endhighlight %}
33
33
34
34
35
-

35
+

0 commit comments