解决方法
我不知道你是否已经有…但是您需要确保列编辑器配置正确,例如:
columns: [{ // column 1 - NAME header: 'Name',dataIndex: 'the_name',flex: 1 },{ // column 2 - DATE xtype: 'datecolumn',header: 'Date',dataIndex: 'the_date',width: 90,editor: { xtype: 'datefield',allowBlank: true,format: 'm/d/Y',} },{ // column 3... }],//other grid configs...