combobox fields in a grid

Hello,

I have a matter with some combobox in a grid. For example, when the grid is loaded, i double click on a combobox field. This one has four fields. I choose an other field and there are three fields which appears. When i retrieve data from the database, i get all the fields (i work with eclipse and i use the debug mode). However, the field which appears and disappears is an id. It should be a value which is retrieved thanks to a foreign key.

The problem is not for all the rows. I double click on the same combobox on the next line, all works very well.

Do you have an idea ?

Thank you for your help.

Vinou

PS: sorry, i don’t speak english very well.

Hello Vinou,

Could you attach a snippet with Grid init and an example of combo xml ? It will help to reproduce the problem locally.