Hi All,
I am using child grid panel under a grid panel. Below is my code for Child Grid Panel. When i click on any row of child grid, automatically it jumps to start of the panel. Can u please anyone help me out from this issue.?
var ChildGrid = new Ext.grid.GridPanel({
id : 'transactionChildGrid',
store : ChildStore,
columns : ChildColumns,
stripeRows : true,
layout : 'fit',
autoHeight : true,
stateful : true,
stateId : 'cgrid',
border : false,
width : '100%',
autoScroll : true,
selModel : tDetailsChildSelectionModel,
viewConfig : {
forceFit : false
}
});
Thanks
Satyaprasad
I am using child grid panel under a grid panel. Below is my code for Child Grid Panel. When i click on any row of child grid, automatically it jumps to start of the panel. Can u please anyone help me out from this issue.?
var ChildGrid = new Ext.grid.GridPanel({
id : 'transactionChildGrid',
store : ChildStore,
columns : ChildColumns,
stripeRows : true,
layout : 'fit',
autoHeight : true,
stateful : true,
stateId : 'cgrid',
border : false,
width : '100%',
autoScroll : true,
selModel : tDetailsChildSelectionModel,
viewConfig : {
forceFit : false
}
});
Thanks
Satyaprasad
Aucun commentaire:
Enregistrer un commentaire