Home › Forums › Guriddo jqGrid JS › Help › to pass the result of getDataIDs to a script
Crazy question … for the specialists.
How to pass the content of the result of the following instruction
var m = jQuery(“#list3”).getDataIDs();
Hello,
one possible solution is to use join to join the values and then server side to use some other function to explode the values at server – in php this is the function explode
var m =
Hello Tony and thank you,
By waiting for one solution, I found this:
var z = new Array();
var m = jQuery(“#list3”).getDataIDs();for (var i=0; i < m.length; i++)
If you have included the xmlJsonClass when you download the grid you can use i
xmlJsonClass.toJson function
Best Regards
Tony
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS