Hi, I’m using Grid with pagination and jqxComboBox like cell editor.
When I’m calling $(Grid).jqxGrid(‘begincelledit’, rowindex, “Name”) on the first page and after that, on the next page it works fine, but when I try to call $(Grid).jqxGrid(‘begincelledit’, rowindex, “Name”) direct on second page without calling on the first page, I’m getting “JavaScript runtime error: Object doesn’t support property or method ‘toString'” in jqxcombobox.js in this part “if(n.animationType==”none”){n.container.css(“display”,”none”)}else{n.container.hide()}j=false}catch(l){throw l}” latest “throw l” fired this exception. It crashes only in IE.
Thanks.