jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Incorrect rowdata Returned Incorrect rowdata Returned #25023

    FRE
    Member

    I have just resolved my problem:
    “getrowdata” works fine but not “getrowid”,
    so I put my Id in data and I use “getrowdata” to get my Id and with local filtering works fine.

    in reply to: Incorrect rowdata Returned Incorrect rowdata Returned #25022

    FRE
    Member

    Hi,

    I have the same problem after use filterrow, Ids restart from 0 and when I try to getId or data I don’t have the goods row id/data.
    var rowindex = $(“#tabListeTiers”).jqxGrid(‘getselectedrowindex’);
    var dataRecord = $(“#tabListeTiers”).jqxGrid(‘getrowdata’, rowindex); //I get data from another row
    var rowid = $(“#tabListeTiers”).jqxGrid(‘getrowid’, rowindex); //I get id from another row

    when there is no filtering i don’t have this problem, but I use localrow filtering by enabling
    filterable: true,
    showfilterrow: true,

    If someone have a solution for my problem?

    Best Regards,

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