Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    combobox updating its map on the fly

    Hi I have a combox that I set as the editortype in a listgrid field and I am listening of a change and when the user enters / I want the the combox box value map to change. I call combo.setvaluemap but it still doesnt change it. I have tried so many thing to no prevail. any ideas?

    #2
    The formitem and the editor are not one in the same, use ListGridField.setValueMap() to update dynamically

    Comment


      #3
      Thanks, that worked better, but is there anyway to get the dropdown values to change while the combobox still has focus? Is there a method that I can call to tell the field to update? Thanks

      Comment


        #4
        By focus do you mean the picklist is still visible?

        Comment


          #5
          Yes is it possible to do this?

          Comment

          Working...
          X