Currently, I am utilizing jqGrid for a custom JIRA plugin and have integrated the jquery and jqgrid libraries as web resources.
I've configured a column in jqGrid as necessary, however, when attempting to submit the form with said column empty, an error is displayed in firebug: jQuery.jgrid is undefined
Although jQuery.jgrid is null, $.jgrid contains the correct data.
Is there any solution available to configure jqgrid to point to $.jgrid without requiring modifications to all source code? Alternatively, are there other approaches to resolve this issue?
Your assistance would be greatly appreciated.