Open GoogleCodeExporter opened 8 years ago
I fixed this one by changing the line:
var j=this.store.find('value',val[i],0,false,this.caseSensitive);
into:
var j=this.store.findExact(this.valueField,val[i]);
This doesn't need setting an id
Original comment by mihai.se...@gmail.com
on 20 Aug 2010 at 9:12
Original issue reported on code.google.com by
billeat...@hotmail.com
on 27 Dec 2008 at 2:56