This sample demonstrates how you can use a client-side property to populate the WebDrillDown popup menus.
To use this feature, you can set the following property in WebDrillDown Studio:
WebDrillDown1.ControlData = "{ Items: [\"Hello\", \"World\"] }";
This string contains the popup information in JSON format, simplified here for demonstrative purposes.
When your project is compiled in WebDrillDown Studio, this string value is written to the loader file 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.