Home › Forums › Guriddo jqGrid JS › Help › Drag on Drop with insert in database
Hello,
I have a problem with my code is starting. ( and sorry for my english )
Here is my code:
$("#s2list").jqGrid('gridDnD',{
First check the docs for onstart and onstop events
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jquery_ui_methods#drag_and_drop_rows_between_grids
maybe you will need to use theie
onstop: function(event, ui) {
// the id can be get this way
var id = $(ui.helper).attr(“id”);
…
}
Regards
Tony
Thanks , it's work
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS