You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In firefox, window.event is undefined in event, for exmaple
onSortCol: function (index, iCol, sortorder) {
var check=typeof window.event==="undefined";
}
It would be great if we can access event object in event.