jQWidgets Forums

jQuery UI Widgets Forums Grid editpopup grid

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • editpopup grid #4731

    matc1
    Member

    hello excuse me but i’ve a problem about load all grid row value in
    edit popup menu to manage data.

    I use edit button on row and editpopup form.

    In my grid i use DropdownList, so i want to manage it from my
    editpopup. My problem is that i don’t be able to set corret item value on editpopup form.

    My div definition for dropdowlist on editpopup form is:

    div id on editpopup for dropdownlist is called #navigazione_dropdownlist

    So i can set correct db item value when i want to edit row ?

    I try:

    db value = dataRecord.navigazione (is one item ogf my list)

    $("#navigazione_dropdownlist").val(dataRecord.navigazione);

    But doesn’t work

    Can someone help me please

    Thank’s a lot

    editpopup grid #4738

    Peter Stoev
    Keymaster

    Hi matc1,

    To select an index in the jqxDropDownList, you need to use its ‘selectedIndex’ property and set it to an appropriate index. You can take a look at this sample which demonstrates how to achieve that: defaultfunctionality.htm.

    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.