Search This Blog

Extjs CheckboxSelectionModel: Disable Row Selection Model But Keep Checkbox Selections

var MyCheckboxSelectionModel = Ext.extend(Ext.grid.CheckboxSelectionModel, {
// Disable the default rowselection model function
handleMouseDown : Ext.emptyFn
});

No comments:

Post a Comment