jQuery UI Widgets Forums Grid Delete Row from Filtered Grid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Delete Row from Filtered Grid #27154

    eng.mohamedfarouk
    Participant

    How I can delete row from grid after filtered it and refresh the displayed rows with remove the deleted row

    Delete Row from Filtered Grid #27161

    Peter Stoev
    Keymaster

    Hi eng.mohamedfarouk,

    The approach of deleting a row is the same. You get the row’s ID by using the “getrowid” method which expects the row’s bound index as parameter. Then you call the “deleterow” method passing the row’s ID as parameter. That works for Filtered and/or Sorted Grid, too. We also have a sample – see the StatusBar demo on our website.

    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.