I have a custom js file which finds the selected rows from Editable grid.
Xrm.Page.getControl("crmGrid") returns null once after i click select All checkbox on the Editable grid.
But the same code returns the grid object if i select any individual item from the editable grid.
Any suggestions or thoughts would be much appreciated.