Selection Lists
Selection list allows the user to select values from a pre-defined set of values (usually a table).
In this set of articles we will learn how to:
- Create a selection list controller
- Set the allowed activities of a controller
- Learn about the AllowSelect
- Pass the parameter
- Determine which row should the program park on
- Use the Expand event
- Use a generic SelectionList utility
For this example, let's create a SelectShippers controller that will allow the user to select a shipper from the shippers entity. Basically we can start with a regular UIController class that uses the shippers entity as its main table and place the ShipperID and CompanyName columns on the view.
- Making the Controller Readonly
- AllowSelect Property
- Returning the Selected Value
- Determine the Parked Row
- Using the Expand event to call the SelectShipper Controller
- Defining the Expand event at the Column Level
- ShowExpandButton Property
- Using the Generic SelectionList
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com