jQWidgets Forums

jQuery UI Widgets Forums Grid this.columns.records is undefined

Tagged: ,

This topic contains 3 replies, has 3 voices, and was last updated by  Peter Stoev 11 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • this.columns.records is undefined #17982

    jahnvi25
    Participant

    first time when i use addRow(”) everything works fine.. but second time it gives me this error

    TypeError: this.columns.records is undefined at jqxgrid.js line – 7

    below is my code

    for(var i=0;i<length;i++){
    var dataAry = String(filerData[i]).split(",");
    var localData = {col1:dataAry[0],col2:(dataAry[1] * 1)};
    $('#filerTable').jqxGrid('addrow', null, localData);
    }

    what am i doing wrong.. ?

    this.columns.records is undefined #17999

    Peter Stoev
    Keymaster

    Hi jahnvi25,

    If you report an issue regarding our products, please include the following information in your post:

    – jQuery version, jQWidgets version, device type(PC, Mobile), browser name and version.
    – Please, provide step by step instructions on how to reproduce the reported issue and provide a small sample which demonstrates it.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    this.columns.records is undefined #30935

    rppimenta
    Member

    Hi jahnvi25,

    I’m having the same problem in the upgrade from version 3.0.2 to 3.0.3.
    Could solve your problem?

    Thanks

    this.columns.records is undefined #30936

    Peter Stoev
    Keymaster

    Hi rppimenta,

    The information from the previous post is valid here, too. If you experience an issue, then please provide a sample which will demonstrate it. We cannot reproduce it with the information that is provided here.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.