Skip to content

Commit d9efe7a

Browse files
committed
Missing H1 added
1 parent a45c8cc commit d9efe7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnet-core/DropDownList/LoadOnDemand.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22

33
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.
66
platform: aspnet-core
77
control: DropDownList, loadOnDemand
88
documentation: ug
99

1010
---
1111

12-
## Load On Demand
12+
# Load On Demand in ASP.NET Core DropDownlist
1313

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

@@ -32,4 +32,4 @@ The loadOnDemand property is used to enable or disable the load on demand functi
3232
{% endhighlight %}
3333

3434

35-
![](LoadOnDemand_images/loadondemand.png)
35+
![ASP.NET Core DropDownlist load on demand](LoadOnDemand_images/loadondemand.png)

0 commit comments

Comments
 (0)