Extjs - How to show combobox in Grid column -


i have gridpanel include date , combo column http://jsfiddle.net/yjyqx/
but don't want click show combo. want show combo without click, not hide inside cell like

enter image description here

and same date column like

enter image description here

i think chage clickstoedit: 0 fail

plugins: [         ext.create('ext.grid.plugin.cellediting', {             clickstoedit: 1         })     ] 

how that, thanks

the way achieve in 4.2x or below use custom component skirtle's comonent column http://skirtlesden.com/ux/component-column column type let insert arbitrary components cell.

upcoming release of extjs have called gadget grid allow similar functionality.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -