When I set MULTISELECT:TRUE, I can select some rows.
If I want obtain the selected rows, I can write:
$my_array=$(“#jqgrd_id”).getGridParam(?selarrrow');
which will return an array with the ID of the selected rows.
|
1 |
My problem is: <br />I want to save in the array others value, NOT the id's. For example, here:<br /><br /><a href="http://www.secondpersonplural.ca/jqgriddocs/_2eb0fb79d.htm" target="_blank" rel="nofollow">http://www.secondpersonplural......0fb79d.htm</a><br /><br />can I save in the array THE AMOUNT of the selected rows, <br />my_array=[600.00 , 200.00]..?? thanks |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top