Hi,
what i want to know is,It is possible to create grid object in the items attribute?
example code:
Code:
/* here */ ---> xtype:'editorgrid', /*--i want to specify like
/* var grid = new Ext.grid.EditorGridpanel()*/
store: store_inter,
cm: cm_interass,
id : 'inter_association',
//buttonAlign:'center',
viewConfig: {
forceFit:true
},
width:1180,
height:200,
collapsible: false,
autoScroll: true,
monitorResize: true,
frame:true,
bbar : new Ext.PagingToolbar({
displayInfo: true,
pageSize : 20,
store: store_inter
}),
buttons: [{
text: 'Add',
id : 'inter_add',
handler : function() {
select_inter();
}
},{
text: 'Remove',
id : 'inter_remove'
}]
Thanks,
sathishs