Contact Support
DropDownList Dependencies
11 Sep 20201 minute to read
The external script dependencies of the DropDownList control are,
- jQuery 1.7.1 and later versions.
- jQuery.easing - to support the animation effects.
The internal script dependency ej.web.all.js is a bundle of all Syncfusion ASP.NET controls. If you use ej.web.all.js in your application, you can leave this section or else you can try to render DropDownList in your application using ej.dropdownlist.min.js file. You can refer the following frameworks and controls in your project.
File | Description / Usage |
---|---|
ej.core.min.js | Must be referred always before using all the EJ controls. |
ej.data.min.js | Used to handle data operation and should be used while binding data to EJ controls. |
ej.dropdownlist.min.js | The dropdownlist’s main file |
ej.scroller.min.js | Should be referred when using scrolling in DropDownList. |
ej.draggable.min.js | Should be referred when using popup resize functionality in DropDownList. |
ej.webform.min.js | Should be referred when using server side events functionalities with all EJ controls. |