How to iterate through the multiple dataTables which comprise the searchPanes object?
How to iterate through the multiple dataTables which comprise the searchPanes object?

I'm trying to get a list of the **selected ** values from each dataTable in a searchPanes object, with, say, "City" and "State" and "Region" columns. How do I reference each component dataTable to get the selected values?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Each of the SearchPanes are standard DataTables, so you can iterate over them like this,
Colin
Thanks a lot!