jQWidgets Forums

jQuery UI Widgets Forums TreeGrid TreeGrid AddRow g is undefined

This topic contains 2 replies, has 2 voices, and was last updated by  Peter Stoev 10 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • TreeGrid AddRow g is undefined #58281

    yougotnet
    Participant

    When I add a row to my jqxtreegrid, it seems to add the row fine but when I try to click on it or any other row I get TypeError: g is undefined.

    Here is my add code:

    $('#jqxgrid').jqxTreeGrid('addRow', data, {id: data, writingno: frmWno, parentid: frmParent, assoctype: frmLevel, assocname:frmName, sataccess:true}, 'first', frmParent);

    TreeGrid AddRow g is undefined #58288

    yougotnet
    Participant

    After I add the row, the treegrid shows the correct data but if I select any row on the treegrid, I get the TypeError: g is undefined.

    TreeGrid AddRow g is undefined #58290

    Peter Stoev
    Keymaster

    Hi yougotnet,

    The information which is provided in your post is not sufficient for replicating an issue. You can look at the “addRow” method in the TreeGrid’s API Docs.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.