Dears
I want to trigger an event on selection of gird row.
I tried these approches but didn't work
var grid = Xrm.Page.getControl("Escalate_Cases").getGrid();
document.getElementById("Escalate_Cases").control;
Its Dynamics 365 org but for some reason i am unable to enable editable grids for that grid.
so tell me a way to trigger an event for row selection on grid
Thanks
*This post is locked for comments