Is there a quick way to get the total number of Records (un-collapsed) in a TreeGrid?
When I do a TreeGrid.getRecords() or TreeGrid.getRecordList() the count is 1 (because the Tree is not expanded).
When I do a TreeGrid.getRecords() or TreeGrid.getRecordList() the count is 1 (because the Tree is not expanded).
Comment