jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Edited records list Edited records list #8237

    Jinay Mehta
    Member

    Hi himaja,
    You can do it manually using getrowid attribute of jqxGrid.

    var rowid = $(“#jqxgrid”).jqxGrid(‘getrowid’, rowindex);

    You can get this ids which are edited, deleted means changed.
    Store all the row ids in one array variable and display them or use them where you want.

    Regards,
    Jinay Mehta

Viewing 1 post (of 1 total)