jQWidgets Forums

jQuery UI Widgets Forums Getting Started Get Row Status from Jqx grid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 8 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Get Row Status from Jqx grid #92368

    moko
    Participant

    Is there any function by which i can get row status of every row of jqxgrid.

    for eg.

    for new row – new
    for edited row – modified
    row from server but not modified – Not modified
    for deleted row – deleted

    because i am sending all the rows to my server code and then wants to perform operations according to the row status.
    row by row operation is not feasible for me.

    Get Row Status from Jqx grid #92400

    Peter Stoev
    Keymaster

    Hi moko,

    addrow, updaterow and deleterow callbacks of the source object bring information what’s currently changed. If you wish, you can store that information into custom array variables and use them at later point.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.