The following example shows how you can toggle multiple selection and disjoint selections in a DateChooser control in Flex by setting the Boolean allowMultipleSelection and allowDisjointSelection properties.
Full code after the jump.
Continue reading ‘Toggling multiple selection and disjoint selection on a Flex DateChooser control’
The following example shows how you can have multiple selected items in a List or DataGrid control at the same time. To select multiple items at once, hold down the Shift or Control keys on your keyboard while pressing the mouse button on a list item.
Full code after the jump.
Continue reading ‘Selecting multiple items in Flex List and DataGrid controls’