Hello friends,
I need some help understanding a situation in Dynamics. I have an Editable Grid (not a subgrid), also known as an editable view, and I need to retrieve the data from a row using JavaScript. I have tested it, and my function is being called correctly. However, in my research, everyone suggests accessing the grid using var gridContext = formContext.getControl("name_your_grid");
but I don't know how to get the name of the grid in the case of a view. Can you help me?