-
12 Apr 2012 6:39 AM #1
Unanswered: How to prevent grid with CellModel from scrolling when clicking on a cell
Unanswered: How to prevent grid with CellModel from scrolling when clicking on a cell
Grid with RowModel has the same same problem but there is a workaround
This fix doesn't work if the selection model is CellModel.Code:Ext.override(Ext.selection.RowModel, { onRowMouseDown: function(view, record, item, index, e) { // view.el.focus(); this.selectWithEvent(record, e); } });
This is a known bug in Ext. They have a fix for it in Ext 4.1
Anyone has a workaround for it with CellModel in Ext 4.0.7 ?
Thanks!
-
12 Apr 2012 11:11 AM #2
Anyone has a fix/workaround?


Reply With Quote