Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
fossx #1
Using Item Renderer to get ListData
Anyone have code to use the item renderer to return the data in an
AdvancedDataGrid. Want to be able to get the data from a node that is right
clicked to set a context menu. Using item roll over does not work since the
mouse moves to select menu items and thus the action is applied to the wrong
node. Thanks.
fossx Guest
-
Datagrid item renderer delete button
I have a datagrid with an item renderer. In the item renderer is a delete button img. Onclick it will remove the item from the datagrid with the... -
TileList Item Renderer
In my Item Renderer for my Tilelist component, I want to know how to set the source of the image and label components. I am having trouble because... -
Item Renderer complains about binding
I have a data grid bound to an xml list. In the datagrid, I am using an item renderer: <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"... -
Item renderer - accessing component properties
I have a component containing datagrid. Inside itemrenderer I am aware of the data and listData object that are availlable. Is there also a way to... -
Item Renderer in a Datagrid
I'm struggling with how to make a check mark ( image ) show up or not based on the value of some data in each datagrid line item. I'm using an item... -
ntsiii #2
Re: Using Item Renderer to get ListData
I haven't used right click, but in the handler, you should be able to get a
reference to the itemRenderer, or whatever you click in it by using
event.target or event.currentTarget. If your data is exposed as a public
property of the renderer, then you can access it.
Tracy
ntsiii Guest



Reply With Quote

