Grid Dependencies

22 Nov 20161 minute to read

ej.web.all.js is a bundle of all EssentialJavaScript controls. When you use ej.web.all.js in your application, you can leave this section or else you can try to render the grid in your application by using ej.grid.min.js file. You can refer to the following frameworks and controls in your project.

Grid Dependency

File   Description/Usage
ej.core.min.js Must be referred always before using all the JS controls.
ej.data.min.js Used to handle `dataManager` operation and should be used while binding data to JS controls.
ej.grid.min.js Should be referred when using grid control.
ej.pager.min.js Should be referred when using paging in grid.  
ej.scroller.min.js Should be referred when using scrolling in grid.  
ej.waitingpopup.min.js Should be referred when using the remote data binding in grid. The waiting popup will show while requesting the server for data.
ej.gridresize.min.js Need to refer when using the resizing feature in grid.
ej.dropdownlist.min.js These files are used while enable Editing and Filtering feature in grid.
ej.dialog.min.js
ej.button.min.js
ej.autocomplete.min.js
ej.datepicker.min.js
ej.timepicker.min.js
ej.datetimepicker.min.js
ej.checkbox.min.js
ej.editor.min.js

NOTE

_Please refers ej.unobtrusive.min.js while enable the UnobtrusiveJavaScriptEnabled in web.config file.