Announcement

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

    Reset Combobox value in ListGrid

    I have used commbobox value in ListGrid. My list grid is editable and it works fine. When I reset value of combobox through code then sometime it works fine and some time it doesn't.

    Code snippet as follows.
    ---

    equipment.setEditValue(currRow, currCol,123); //it indicates commbobox field

    Where
    equipment= ListGrid
    currRow=Row number of list grid
    currCol= Column number of list grid


    Please suggest us that how to reset values of Combobox of ListGrid.




    Thanks.

    #2
    Not sure what you mean by "reset". setValue changes the value of the ComboBox. With an override to getPickListFilterCriteria you can control the criteria used to fetch data.

    Comment

    Working...
    X