The grid doesnt show at all, following úr suggestion, i use teh firefox , firebug and shows me "ReferenceError: jQuery is not defined",, what can i do?
i also try on explorer and chrome
thanks for ur time
1 Answers
Seems like jquery source file is not included OR is not included on top of other JS files.
<script src="../../lib/js/jquery.min.js" type="text/javascript"></script>
<script src="../../lib/js/jqgrid/js/i18n/grid.locale-en.js" type="text/javascript"></script>
<script src="../../lib/js/jqgrid/js/jquery.jqGrid.min.js" type="text/javascript"></script>
<script src="../../lib/js/themes/jquery-ui.custom.min.js" type="text/javascript"></script>
jquery js file should be included before all others. Also re-check the path of include files.
Your Answer