Does anyone have Idea why is this not working under IE10 document mode IE8
Does anyone have Idea why is this not working under IE10 document mode IE8

The second one doesnt work $grid doesn't contain function gnGetData() -> $grid is a instance from dataTables
jQuery("#example tr").bind('dblclick',function(event){
var id = $grid.fnGetData(this)[0];
Xrm.Utility.openEntityForm(config.sx_entity,id,null)
});
// $grid.bind('dblclick', 'tr', function(event){
// var id = $grid.fnGetData(this)[0];
// Xrm.Utility.openEntityForm(config.sx_entity,id,null)
// });
This discussion has been closed.