-
Sencha User
Grid panel jump to start of the panel when i click on any row of the Grid
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
-
In which version of ExtJS are you seeing this issue?
-
Sencha User
ExtJs 3.4
I am getting this issue in ExtJs 3.4
Thanks
-
I've moved this thread to the Ext 3.x forums to get the right eyes on it.
-
Sencha User
Do you get any javascript errors in the browser when you click on the row? It sounds like something is either erroring or you have a function listening for a click event somewhere that is not working the way you want it to.
-
Sencha User
No I am not getting in UI(Browser)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules