Ok…
Another problem :
jQuery(“#demandes”).jqGrid('gridDnD',{connectWith:'#accept,#annule,#refus'});
jQuery(“#accept”).jqGrid('gridDnD',{connectWith:'#demandes,#annule,#refus'});
jQuery(“#annule”).jqGrid('gridDnD',{connectWith:'#demandes,#accept,#refus'});
jQuery(“#refus”).jqGrid('gridDnD',{connectWith:'#demandes,#accept,#annule'});
Doesn't work.
All moves between #demandes and the others work well in both ways.
But don't work between the others.
If i don't put #demandes on the others, it works (except for moving from others to #demandes).
So… what do you think about this ?
Should i suicide myself ?
🙂
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top