Hi,
Is there any event for when the paramquery grid got focused?. Searched existing events, could not find.
Also when tried for javascript event, it is not firing.
$("#grid").on('focus', function () {
console.log('Inside Focus');
});
Any suggestion would help.
Thanks