Having trouble getting help?
Contact Support
Contact Support
DropDownList Dependencies
13 Jun 20231 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 MVC 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 JS controls. |
ej.data.min.js | Used to handle data operation and should be used while binding data to JS 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. |