I have a JSON service array tied to a grid, with in the grid I have a Select component. The service response has two set of arrays. The first array sends a list of titles for the next array which sends the results for each title. Below is an example of what the array would return. I have the first array setup to the grid, and the second array setup to the Select component. It works fine, I get 5 different select fields with all the correct results. But I want to only show Category and hide the rest of the results. Can this be done?
Country
---USA
State
---California
City
---Los Angeles
CategoryType
---Attractions
---Zoos
---Other
Category
---Sports
---Concerts
---Beaches
---Walking