jQWidgets Forums

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Test case for JQXgrid Test case for JQXgrid #50547

    shilpa
    Participant

    Hi Peter,

    Any method of writing integeration test cases for such on click events?

    Thanks,
    Shilpa

    in reply to: Destroy not working properly Destroy not working properly #49423

    shilpa
    Participant

    Hi 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,
    Shilpa

    in reply to: Destroy not working properly Destroy not working properly #49082

    shilpa
    Participant

    We are using licensed version of jQWidgets v3.1.0 .

    Regards,
    Shilpa

    in reply to: Destroy not working properly Destroy not working properly #49079

    shilpa
    Participant

    Hi 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,
    Shilpa


    shilpa
    Participant

    Hi 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,
    Shilpa

    in reply to: Grid export to excel Grid export to excel #48421

    shilpa
    Participant

    Hi Team,

    Is it possible to hide the first column in the excel file by passing any parameter.

    Thanks,

    in reply to: Grid export to excel Grid export to excel #47979

    shilpa
    Participant

    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

Viewing 7 posts - 1 through 7 (of 7 total)