|
1 2 3 4 5 6 7 8 9 10 |
<div id="commentbody-16859"><br /> <p>I have implemented grid successfully but it not showing using new api. I have placed:-</p><br /> <p>jQuery.jgrid.no_legacy_api = true;</p><br /> <p>before jquery.jqGrid.min.js</p><br /> <p>I have tested almost 100 times if there is any problem in implementation. There seems no mistake to me. Grid works perfectly if I call it as :-</p><br /> <p>$(function(){<br /> $(“#list”).jqGrid({</p><br /> <p>but It won’t work if I will call it as:-</p><br /> <p>jQuery(“#list”).jqGrid(</p><br /> <p>any suggestion?</p><br /> </div> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top