##ComboBox Dependencies
The external script dependencies of the ComboBox control are as follows:
- jQuery 1.7.1 and later versions.
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 try to render ComboBox in your application using the ej.combobox.min.js file. Refer to 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.ComboBox.min.js | The ComboBox’s main file |
ej.globalize.min.js | Should be referred when localization used in ComboBox. |