wilsondmsft
13 Sep 2007, 3:23 AM
When using the grid, is it possible to have a column display it's data in a Ext.form.Combobox instead of the normal div.
I have tried many things so hopefully I am just missing something or doing each of these wrong.
The main approach I thought would work was to implement a Custom Renderer that outputs a select list. The problem here is I cannot find a way to reliably post process the Grid to turn each of these selects into a ComboBox. I attempted to do this inside the renderer at first but realized that the object isn't in the DOM until after all the Grid has finished rendering everything.
Ideas?
Thanks in advance for any help!
I have tried many things so hopefully I am just missing something or doing each of these wrong.
The main approach I thought would work was to implement a Custom Renderer that outputs a select list. The problem here is I cannot find a way to reliably post process the Grid to turn each of these selects into a ComboBox. I attempted to do this inside the renderer at first but realized that the object isn't in the DOM until after all the Grid has finished rendering everything.
Ideas?
Thanks in advance for any help!