Archive for February 1st, 2008

01
Feb

Using a DataGrid control as a pop up in the Flex PopUpButton control

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.

Continue reading ‘Using a DataGrid control as a pop up in the Flex PopUpButton control’

01
Feb

Disabling item roll over highlighting in the Flex DataGrid control

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.

Continue reading ‘Disabling item roll over highlighting in the Flex DataGrid control’

01
Feb

Preventing a user from selecting an item in a Flex DataGrid control

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.

Continue reading ‘Preventing a user from selecting an item in a Flex DataGrid control’