Hi All,
I have done a checkCombo i.e checkBoxes inside a combo.
The issue i am getting is , unable to make default select all .
I have done.(got the checkcombo from http://extjs.dariofilkovic.com/)
Coming like that as defaultCode:{ xtype : 'checkcombo',
valueField: 'region',
id : 'regionId',
displayField: 'region',
store: 'deliveryGroupPerformances.RegionStore',
addAllSelector: true,
action : 'selectRegion',
listeners: {
afterrender: function(display){
display.tip = Ext.create('Ext.tip.ToolTip', {
target: display.el,
trackMouse: true,
dismissDelay: 5000
});
}
}
},
Attachment 40440
i want to do like that for default in render of the component
Attachment 40439

