i'm trying to fetch attribute value of "major" from "Checklist" subgrid by using below code.... but it is showing the below code as not a function error"Xrm.Page.getControl(...).getGrid(...).getRows(...).get(...).getData(...).getEntity(...).getAttribute is not a function
this is the code i used..
Xrm.Page.getControl("Checklist").getGrid().getRows().get(i).getData().getEntity().getAttributes().get("major").getValue();