update
This commit is contained in:
@@ -429,7 +429,7 @@ $("#testDataChildDataGrid").dataGrid({
|
||||
}
|
||||
],
|
||||
onSelectRow: function(id, stat, e) {
|
||||
if (id && !$(e.target).hasClass('btn')){
|
||||
if (id && e && !$(e.target).hasClass('btn')){
|
||||
$('#testDataChildDataGrid').dataGrid('editRow', id,{keys:true,focusField:true});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user