Hello,
I use the example multiselect:
“http://trirand.com/blog/jqgrid/multiex.html”
I'm looking to be able to select (check) the checkbox will be noted in the data loaded Json as 1.
Exemple :
$responce->rows[$i]['cell']=array($row[id],$row[invdate],$row[name],$row[amount],$row[tax],$row[total],$row,$row[check]);
I do not see how?
Thank you for your advice
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top