A component is the most basic UI building block. Components are configurable javascript objects which render HTML content to the DOM. Most components use stores to populate the data to be rendered. Common examples of components in the App SDK include combo boxes, grids and boards.
This exercise will demonstrate how to add SDK components backed by data stores to an app and connect them with events.
Some helpful documentation:
- Rally.ui.combobox.FieldValueComboBox
- Rally.ui.grid.Grid
- Components & Containers Guide
- Events Guide
- Filtered Grid Example
A solution to this problem is provided to compare against.