I am populating records into store which i am using it in the combo.
I am able to populate the combo but the combo gets expanded behind the form.
How to get it expanded infront of the form.Can anyone help me out ?
I am populating records into store which i am using it in the combo.
I am able to populate the combo but the combo gets expanded behind the form.
How to get it expanded infront of the form.Can anyone help me out ?
Post your combo's config.
xtype : 'combo',
fieldLabel : '<font color=#15428B><b>Debenture Account</b></font>',
id : 'debentureAcc',
name : 'debentureAcc',
displayField : 'elemName',
valueField : 'amount',
store : userElements,
triggerAction : 'all',
mode : 'local',
autoSelect : false,
forceSelection : true,
disableKeyFilter : false,
typeAhead : true,
emptyText : 'Please Select',
selectOnFocus : true,
I assume you are suffering from this bug.