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.
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.
Comment