jQWidgets Forums

jQuery UI Widgets Forums Lists ListBox Updating of item not completed

This topic contains 2 replies, has 2 voices, and was last updated by  claus 10 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Updating of item not completed #56982

    claus
    Participant

    Hi,

    I have made a little example that shows my problem:

    http://jsfiddle.net/clausdenk/ms969/

    Please click “submit”, you will see “Bicerin” as the sent value. Now click “Update item 2” (updates the selected item in the list) and click submit again. I would now expect to see “New Bicerin”, but the old value is still submitted by the form. Any ideas?

    Updating of item not completed #56986

    Peter Stoev
    Keymaster

    Hi claus,

    Ok, thanks for the feedback. As a solution, you can manually submit the selection i.e use the getCheckedItems method to get the checked items. Then you can build own String for submit and update a hidden text input with that value.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Updating of item not completed #57001

    claus
    Participant

    This sounds a little clumsy. For the moment I uncheck & check again items that have been updated, after this “treatment” the item is correctly updated.

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

You must be logged in to reply to this topic.