jQWidgets Forums

jQuery UI Widgets Forums Lists ListBox checked items

This topic contains 1 reply, has 1 voice, and was last updated by  lsmarco2008@gmail.com 11 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • checked items #52904

    Hello,

    I have a situation where I need to rebuild a list, and I need to return the items checked above, at my table I have a field that stores this information, I tried with this code but did not work out:

    checado=2
    $ (“# ListBox1”) jqxListBox (“CheckItem”, checado);

    checked items #52905

    Hello,

    I found what I needed, thank you!

             $ (“# ListBox1”) jqxListBox (“UpdateItem”, item3, item2).;

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

You must be logged in to reply to this topic.