PDA

View Full Version : ComboBox in a Grid



fabiomaisto
15 Jul 2007, 8:27 AM
Is it possible to show the comboBox in each row of my Grid?
Let me explane,
I have a grid with 5 Columns, in the 4^ when I click appear a combo because I had define in the ColumnModel this col as a Ext.form.ComboBox.
Then when the grid is show is it possible to show all comboBox in the 4^ Column,

Regards
Please let me know

dragonfly
15 Jul 2007, 2:00 PM
See the Editable Grid example, it has the combobox in each row.

fabiomaisto
15 Jul 2007, 11:51 PM
In the example the combo are showed at the double click on cell.
My situation is different infact I need that the combo are always showed in each cell
when the grid is showed.

Regards.

dragonfly
17 Jul 2007, 3:43 PM
I'll have to dig into the EditorGrid code further.

Do you have any update on this as well? Keep me posted, thanks!

~D