私はasp.net mvc4プロジェクトでjqGridを使用しており、ビューの1つに次のものがあります:
<table id="_componentGrid" cellpadding="0" cellspacing="0">
</table>
<div id="_componentPager" style="text-align: center;">
</div>
そして、私は次のように始まるJavaScriptファイルを持っています:
function showGrid() {
$('#_componentGrid').jqGrid({
caption: paramFromView.Caption,....
実行時にエラーが生成されます。
The object does not accept the property or method 'jqGrid'.
これを解決する方法は?