
Hi,
I need to filter a Multiselect Option Set control, placed into a column of an editable grid.
In fact my problem is to get the control used for this Multiselect Option Set, placed into a column of an editable grid.
I was able to get the gridRow from the grid:
var myRows = gridContext.getGrid().getRows();
var gridRow = myRows.get(0);
In browser debugger I've found available the method:
gridRow.getControl()
but it returns a empty Array
Any idea, please?
Hi,
Would you please provide more details about your code.
The links are about the examples of "getGrid"
Get row data from the Sub-Grids in Dynamics 365 - CRM Crate
How to retrieve data from an sub-grid using JavaScript in D365 CE? - Nebulaa IT Solutions