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: angular/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,14 +1,14 @@
1
1
---
2
2
layout: post
3
-
title: Load on demand in DropDownList widget
4
-
description: Load on demand in DropDownList widget
3
+
title: Load on demand in Angular DropDownList Control | Syncfusion
4
+
description: Learn here about Load on demand support in Syncfusion Essential DropDownList Control, its elements, and more.
5
5
platform: AngularJS
6
6
control: DropDownList
7
7
documentation: ug
8
8
keywords: loadOnDemand, DropDownList, dropdown
9
9
10
10
---
11
-
##Load On Demand
11
+
# Load On Demand in Angular DropDownList
12
12
13
13
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.
14
14
@@ -55,4 +55,4 @@ export class DefaultComponent {
55
55
56
56
{% endhighlight %}
57
57
58
-

58
+

Copy file name to clipboardExpand all lines: angular/DropDownList/Localization.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,12 +1,12 @@
1
1
---
2
2
layout: post
3
-
title: Localization in DropDownList widget
4
-
description: Localization in DropDownList widget
3
+
title: Localization in Angular DropDownList Control | Syncfusion
4
+
description: Learn here about Localization support in Syncfusion Essential DropDownList Control, its elements, and more.
5
5
platform: Angular
6
6
control: DropDownList
7
7
documentation: ug
8
8
---
9
-
# Localization
9
+
# Localization in Angular DropDownList
10
10
11
11
The DropDownList provides option to localize its strings, it is used to adapting the DropDownList to a particular local language. By default, the DropDownList will use the US English (en-US) as its language.
Copy file name to clipboardExpand all lines: angular/DropDownList/SettingDimension.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,21 @@ documentation: ug
13
13
14
14
### Fixed Size DropDownList widget
15
15
16
-
You can customize the widget dimensions using [width](http://help.syncfusion.com/api/js/ejdropdownlist#members:width) and [height](http://help.syncfusion.com/api/js/ejdropdownlist#members:height) properties. Fixed size values can be specified in pixel or percentage values. By default the DropDownList wrapper will be assigned with "143px" width and "30px" height.
16
+
You can customize the widget dimensions using [width](https://help.syncfusion.com/api/js/ejdropdownlist#members:width) and [height](https://help.syncfusion.com/api/js/ejdropdownlist#members:height) properties. Fixed size values can be specified in pixel or percentage values. By default the DropDownList wrapper will be assigned with "143px" width and "30px" height.
17
17
18
18
### Fixed size popup list
19
19
20
-
You can customize the popup list dimensions using [popupWidth](http://help.syncfusion.com/api/js/ejdropdownlist#members:popupwidth) and [popupHeight](http://help.syncfusion.com/api/js/ejdropdownlist#members:popupheight) properties. Fixed size values can be specified in pixel or percentage values. By default popup width is auto and popup height is "152px".
20
+
You can customize the popup list dimensions using [popupWidth](http://help.syncfusion.com/api/js/ejdropdownlist#members:popupwidth) and [popupHeight](https://help.syncfusion.com/api/js/ejdropdownlist#members:popupheight) properties. Fixed size values can be specified in pixel or percentage values. By default popup width is auto and popup height is "152px".
21
21
22
22
### Auto Sizing
23
23
24
24
DropDownList is adaptive to mobile and web layout such that it is adjustable with screen resolution. The textbox will be rendered based on its parent containers dimensions on assigning 100% values to the width property. Default value for popupWidth is auto, so when you assign 100% to popupWidth then it will be rendered based on specified range.
25
25
26
26
### Limit the number of items
27
27
28
-
You can use [itemsCount](http://help.syncfusion.com/api/js/ejdropdownlist#members:itemscount) property to fetch only the specific number of items from the data source. To fetch the remaining items you can enable [virtual scrolling](databinding#virtual-scrolling) support which loads the data on scrolling the data items in popup list.
28
+
You can use [itemsCount](https://help.syncfusion.com/api/js/ejdropdownlist#members:itemscount) property to fetch only the specific number of items from the data source. To fetch the remaining items you can enable [virtual scrolling](databinding#virtual-scrolling) support which loads the data on scrolling the data items in popup list.
29
29
30
-
N> By default popup list is shown on DropDownList button click but you can display the list initially by enabling the [showPopupOnLoad](http://help.syncfusion.com/api/js/ejdropdownlist#members:showpopuponload) property. You can also use [showPopup ()](http://help.syncfusion.com/api/js/ejdropdownlist#methods:showpopup) or [hidePopup ()](http://help.syncfusion.com/api/js/ejdropdownlist#methods:hidepopup) methods at run time to display or hide the popup list.
30
+
N> By default popup list is shown on DropDownList button click but you can display the list initially by enabling the [showPopupOnLoad](https://help.syncfusion.com/api/js/ejdropdownlist#members:showpopuponload) property. You can also use [showPopup ()](https://help.syncfusion.com/api/js/ejdropdownlist#methods:showpopup) or [hidePopup ()](https://help.syncfusion.com/api/js/ejdropdownlist#methods:hidepopup) methods at run time to display or hide the popup list.
31
31
32
32
{% highlight html %}
33
33
@@ -73,12 +73,12 @@ export class DropDownListComponent {
73
73
74
74
## Popup resizing
75
75
76
-
To show a resize handle in the popup list, use [enablePopupResize](http://help.syncfusion.com/api/js/ejdropdownlist#members:enablepopupresize) property. You can customize the resize functionality by setting dimensions to the following properties.
76
+
To show a resize handle in the popup list, use [enablePopupResize](https://help.syncfusion.com/api/js/ejdropdownlist#members:enablepopupresize) property. You can customize the resize functionality by setting dimensions to the following properties.
0 commit comments