WebDrillDown Studio
Select Server:
  Reset
Item Objects:
This sample demonstrates how you can use the client-side items collection to populate the WebDrillDown popup menus.

Most of the samples use this technique to populate the WebDrillDown control with data. It is accomplished by creating your item object hierarchy in WebDrillDown Studio. For example:
Item Objects

When your project is compiled in WebDrillDown Studio, the item objects are written to the loader file in JSON format and sent to the control when it is initialized.

In this sample the WebDrillDown is allowing you to select a datacenter server, organized by region, location and role. Clicking the "Submit" button will display the full path for your selection below:
Click the "Reset" link to clear your selection.
Control being used:
View the code:
The code is available in the samples directory under:
/DataRetrieval
    /ItemObjects