I\'m trying to get started with the jQuery plugin, jqGrid, however it\'s giving me the error - \"b.jgrid.jqID is not a function\". I downloaded the plugin from http://www.tr
Please try to include "i18n/grid.locale-en.js" before "jquery.jqGrid.src.js"
I have the same problem, so first thing you need to consider is order of the included scripts (ex. first you need to load jquery, then grid.locale, and the last jqgrid.min.js), second thing to be considered is multiple included javascripts(in my project this was the problem, i have included jqgrid in two places).
I removed them all and kept, only 1 version and the code started working file.