hi there,
i have the exact same problem as Xavi:
jqxListBox works fine with drag&drop.
jqxListBox works fine with renderer function.
jqxListBox fails with drag&drop AND renderer function.
Error is as described above:
renderer: function(index, label, value){
var datarecord = data[index];
[…]
fails because datarecord is undefined when dropping.
i can of course gte around it with a simple if statement, but then i (1.) lose my custom rendering for the dropped item, and worse (2.) the new order in my list is screwed up.
what areour options here?
thanks a lot for any advice!
ben