Hi, all; I open all the nodes on my ADG when it is created. I'd like to make sure there are enough rows to show all the items without scroll bars. If I bind rowCount to myADG.dataProvider.length, it gives me enough rows to show the _closed_ nodes. I also tried myADG.dataProvideropenNodes().length, but that wasn't anywhere close. Is there a simple way to do this, or do I have to write a function that goes through and counts?
TIA; Amy