chandan.behura
5 Aug 2012, 5:16 AM
Hi,
I have attached 1 screen shot. please go through that and give suggestion. I have taken local store
for data.So data side no issue.For testing i have taken some garbage data.
i have pasted my code also.
var summaryGrid = Ext.create('Ext.grid.Panel', {
height: 440,
width: 390,
store: store,
features: [{
ftype: 'groupingsummary',
groupHeaderTpl: '{name}'
}],
columns: [{
// text: 'Task',
height:0,
flex: 1,
// sortable: true,
dataIndex: 'program',
hideable: false
}]
});
37742
then one additional doubt how i can take that collapsible icon to right?
thanks ,
chandan.
I have attached 1 screen shot. please go through that and give suggestion. I have taken local store
for data.So data side no issue.For testing i have taken some garbage data.
i have pasted my code also.
var summaryGrid = Ext.create('Ext.grid.Panel', {
height: 440,
width: 390,
store: store,
features: [{
ftype: 'groupingsummary',
groupHeaderTpl: '{name}'
}],
columns: [{
// text: 'Task',
height:0,
flex: 1,
// sortable: true,
dataIndex: 'program',
hideable: false
}]
});
37742
then one additional doubt how i can take that collapsible icon to right?
thanks ,
chandan.