Wijmo UI for the Web
Dependencies
Wijmo User Guide > Widgets > Grid > Dependencies

jQuery widgets have dependencies on external JavaScript and CSS files. The wijgrid widget requires the following files:

JavaScript:

CSS

NOTES: These dependencies are available via a content delivery network (CDN). You can find the list of CDN links here. 
To use minified and combined CDN for faster page load time, see Reference Wijmo.

Link to these dependencies on any page in which you use the wijgrid widget as in the following example.

Dependencies
Copy Code
<script src="jquery.1.11.1.js" type="text/javascript"></script>
<script src="jquery.ui.1.11.0.js" type="text/javascript"></script>
<script src="globalize.js" type="text/javascript"></script>
<script src="jquery.cookie.js" type="text/javascript"></script>

<script src="jquery.wijmo.wijutil.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijtouchutil.js" type="text/javascript"></script>
<script src="jquery.wijmo.widget.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijpager.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijpopup.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijcalendar.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijsuperpanel.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijtab.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijlist.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijcharex.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijinputcore.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijstringinfo.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijinputdataformat.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijinputdataroller.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijinputdate.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijinputtextformat.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijinputtext.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijinputnumberformat.js" type="text/javascript"></script>
<script src="jquery.wijmo.wijinputnumber.js" type="text/javascript"></script>

<link type="text/css" href="jquery.wijmo.wijutil.css" rel="stylesheet" />
<link type="text/css" href="jquery-wijmo.css" rel="stylesheet" />
<link type="text/css" href="jquery.wijmo.wijpager.css" rel="stylesheet" />
<link type="text/css" href="jquery.wijmo.wijinput.css" rel="stylesheet" />
<link type="text/css" href="jquery.wijmo.wijsuperpanel.css" rel="stylesheet" />
<link type="text/css" href="jquery.wijmo.wijgrid.css" rel="stylesheet" />

The wijgrid widget also includes various optional dependencies for additional features.

For the paging feature:

For the filtering feature:

For the scrolling feature:

For the column moving feature: