jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Peter,
Any method of writing integeration test cases for such on click events?
Thanks,
ShilpaFebruary 13, 2014 at 4:31 am in reply to: Destroy not working properly Destroy not working properly #49423Hi Peter,
We used the current version and still getting these errors.
1.
TypeError: Cannot call method ‘remove’ of undefined at b.extend.destroy
/lib/jqwidgets/jqxgrid.js:7:167369) at Object.a.jqx.invoke
/lib/jqwidgets/jqxcore.js:7:763) at Object.a.jqx.jqxWidgetProxy
/lib/jqwidgets/jqxcore.js:7:4374)
2.
TypeError: Cannot read property ‘length’ of undefined at Function.e.extend.each
/lib/jquery.min.js:2:11567) at a.extend._destroyeditors
/lib/jqwidgets/jqxgrid.edit.js:7:18887) at b.extend.destroy
/lib/jqwidgets/jqxgrid.js:7:164475)PLease provide a solution for this .
Regards,
ShilpaFebruary 6, 2014 at 1:30 pm in reply to: Destroy not working properly Destroy not working properly #49082We are using licensed version of jQWidgets v3.1.0 .
Regards,
ShilpaFebruary 6, 2014 at 12:23 pm in reply to: Destroy not working properly Destroy not working properly #49079Hi Peter,
We are using multiple grid on a single page.When we change page,we are calling destroy separately for each grid.However,it workd fine only for first grid.Later on ,it starts giving exception
1.
TypeError: Cannot call method ‘remove’ of undefined at b.extend.destroy
/lib/jqwidgets/jqxgrid.js:7:167369) at Object.a.jqx.invoke
/lib/jqwidgets/jqxcore.js:7:763) at Object.a.jqx.jqxWidgetProxy
/lib/jqwidgets/jqxcore.js:7:4374)
2.
TypeError: Cannot read property ‘length’ of undefined at Function.e.extend.each
/lib/jquery.min.js:2:11567) at a.extend._destroyeditors
/lib/jqwidgets/jqxgrid.edit.js:7:18887) at b.extend.destroy
/lib/jqwidgets/jqxgrid.js:7:164475)Regards,
ShilpaFebruary 6, 2014 at 6:01 am in reply to: Post Dropdownlist value on form to MVC 5 Post Dropdownlist value on form to MVC 5 #49054Hi Peter,
I have a query here.I am using three dropdown in a grid and when I choose the value of one,other two gets auto populated with the value in the first dropdown.What can be the issue here?
{text: ‘Source System’, datafield: ‘sourceSystem’, displayfield: ‘label’, index: ‘sourceSystem’, columntype: ‘dropdownlist’, width: 125,
editable: true,
createeditor: function (row, cellvalue, editor) {
editor.jqxDropDownList({source:$scope.dropDownForSourceSystemGrid});
}
text: ‘Document Type’, datafield: ‘docType’, displayfield: ‘label’, index: ‘docType’, columntype: ‘dropdownlist’, width: 125,
editable: true,
createeditor: function (row, cellvalue, editor) {
editor.jqxDropDownList({source:$scope.dropDownForGrid});
}
},Thanks,
ShilpaHi Team,
Is it possible to hide the first column in the excel file by passing any parameter.
Thanks,
Hi Peter,
I am using jqxgrid and want to use export to excel functionality. I am using java in server side code.If I buy license,will you provide me the server side code implementation in java.Regards,
Shilpa -
AuthorPosts