Hi,
I have a grid that should be dinamically populated. The ajax ReferralPlansArray is returning the following array:
“[{PlanID:'50',Plan:'Initial Plan for Geniuss R Us – Referral Type 1',Status:'A',Start:'',End:''}]”
and the jqGrid code is the follow. I'm not sure what I'm doing wrong but the code adds a blank row with no data on it. What am I missing?
Thanks in advance
jQuery(document).ready(function(){
…..
jQuery(“#list4”).jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top