jQWidgets Forums

jQuery UI Widgets Forums Grid Editing in added row

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Editing in added row #29604

    rufs
    Participant

    Hi

    I want to add a new row at first position in an editable grid.

    $(gridSelector).jqxGrid(‘addrow’, null, defaultdata, ‘first’);

    The adding of the row works fine, but when I edit data in the row and confirm, like stepping out of row or call ‘endcelledit’, the row below the new row disappear like it is being replaced by the new one.

    How do I keep the new row after editing it?

    Thanks!

    Editing in added row #29605

    Peter Stoev
    Keymaster

    Hi rufs,

    Please, provide a sample which demonstrates your scenario.

    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.