Dependencies in ASP.NET WebForms ComboBox
13 Jun 20231 minute to read
The external script dependencies of the ComboBox control are,
- jQuery 1.7.1 and later versions.
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 ComboBox in your application using ej.combobox.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.combobox.min.js | The ComboBox's main file |
ej.globalize.min.js | processing specific source-side actions globally. |
ej.webform.min.js | Should be referred when using server side events functionalities with all EJ controls. |