首页 > 解决方案 > 事件前拖动网格ExtJs 4

问题描述

当我们使用'ptype:gridviewdragdrop'(Ext.grid.plugin.DragDrop)时,我希望在拖动网格之前检测事件,例如

dragZone: {
     onBeforeDrag: function(data, e) {
           //.... instruction;
     }
}

或者:如何使用网格获取行元素

标签: drag-and-dropgridextjs4

解决方案


推荐阅读