From the daily archives:

Friday, February 1, 2008

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 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.

[click to continue…]

{ 7 comments }