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
The only way to achieve this in 4.2x or below is to use a custom component like Skirtle's comonent column http://skirtlesden.com/ux/component-column This column type will let you insert any arbitrary components into a cell.
Upcoming release of ExtJS will have something called Gadget Grid that will allow for similar functionality.