New Row and combo Excell In Grid

Hello -
I have a grid with some columns using combo exCells. I have to add blank rows to my grid and set default values in the combo exCells. I can successfully set the text of the column using the .setValue() but it doesn’t actually select the value in the combo. If I double click on column it shows nothing in the grid cell but the combo box has the correct values with nothing selected. How do I SELECT a value in the combo box so when I open the editor, it will have the value selected and shown in the cell?

Thanks!

Tracy Rubie

Please, make sure that you have the coorect value of a cell in setValue() method.
The value should be equal to the value in the datafile.

For example:

[code]Filtering Mode
one
two
three
four
five
six
seven
eight
nine
ten



2
2
Bahamas