I have a gridpanel include date and combo column jsfiddle
But I don\'t want click to show my combo. I want show my combo without click, not hide inside
Try this link..
http://docs.sencha.com/extjs/5.0/components/grids/widgets_widgets_columns.html
This is from Extjs 5.
Update:
{ xtype: 'widgetcolumn', text: 'Progress', width: 120, widget: { xtype: 'combobox' } }
This one worked like a charm.