The following example shows you how you can use a DataGrid control as a pop up in a PopUpButton control in Flex.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the daily archives:
Similar to the previous example, “Preventing a user from selecting an item in a Flex DataGrid control”, the following example shows how you can disable the item roll over highlight in the DataGrid control in Flex by setting the useRollOver style.
Full code after the jump.
{ 12 comments }
The following example shows how you can prevent a user from selecting items in a Flex DataGrid control by setting the selectable property.
Full code after the jump.
{ 7 comments }