Hello everybody,
this is my situation:
i have 2 grid: library and songs.
I can drag a record from library grid and drop it to the tail of songs grid :
jQuery(“#library”).jqGrid('gridDnD',{connectWith:'#songs',droppos:”last”});
Now i would like to sort my records in songs grid dragging a row
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top