Skip to content

jqGrid undefined is not a function

When including phpGrid in other frameworks such as Bootstrap, due to the loading order of the javascript files, sometimes one could get an error similar to below:

jqGrid undefined is not a function

A common remedy is to move the js included by the framework (usually in the footer) to higher up to come before the phpGrid calls.

Feedback and Knowledge Base