Merge pull request #1598 from luisfernandosl/BUG-10415

BUG 10415 "En browser Chrome, no se puede acceder al menu..." SOLVED
This commit is contained in:
julceslauhub
2013-04-19 11:48:35 -07:00

View File

@@ -158,6 +158,12 @@ Ext.onReady(function(){
}
}
if (navigator.userAgent.toLowerCase().indexOf("chrome") != -1){
if (_columns.length > 7) {
_columns.push({header:"", dataIndex:"", width: 30, menuDisabled: true, hideable: false});
}
}
smodel = new Ext.grid.CheckboxSelectionModel({
listeners:{
selectionchange : function(sm){