Hi
I am using the Unified Interface. I can't seem to get the grid count to work anymore.
function getGridRowCount(formContext, gridControl) { var subGrid = formContext.getControl(gridControl).getGrid(); var subGridRows = subGrid.getRows().getLength(); return subGridRows; }