Heres the problem im facing right now..
if i use
//jQuery(“#landings”).jqGrid('navGrid','#pagerl',{},{height:280,reloadAfterSubmit:false}{height:280,reloadAfterSubmit:false},{reloadAfterSubmit:false},{});jQuery(“#landings”).jqGrid('navGrid','#pagerl',{edit:false,add:false,del:false});
the form fails to render, but using the one from the first json example
jQuery(“#landings”).jqGrid('navGrid','#pagerl',{edit:false,add:false,del:false});
The form renders with my data..
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top