Top "Itemrenderer" questions

Questions pertaining to creating and using a custom ItemRenderer to display bound data in Flash constrols such as List and DataGrid.

Flex DataGrid with ComboBox itemRenderer

I'm going spare trying to figure out the "correct" way to embed a ComboBox inside a Flex (3.4) DataGrid. By Rights (…

datagrid flex3 itemrenderer
Flex - Sending a parameter to a custom ItemRenderer?

What I am trying to accomplish to to get financial data in my Flex Datagrid to be color-coded--green if it's …

apache-flex itemrenderer
Flex 3: How do I get the DataGridColumn's dataField in its ItemRenderer?

I'm trying to reach the dataField of a DataGridColumn in the itemRenderer. Below is the dataGrid: <mx:Script> &…

apache-flex datagrid flex3 itemrenderer datafield
Flex custom item renderer for the displayed item in the combobox

I am using a custom item renderer in a combobox to display a custom drawing instead of the default text …

apache-flex actionscript-3 combobox mxml itemrenderer
Flex ItemRenderer prevents use of tabbing between text inputs

I have a custom ItemRenderer that displays 5 text inputs in each of 3 panels: <?xml version="1.0" encoding="utf-8"?> <…

apache-flex flex3 usability itemrenderer
ANDROID - ExpandableListView

Im trying to figure out how to build a view that contains (many of): PARENT1 (checkable, expandable) CHILD1 (RADIO BUTTON) …

android checkbox radio-button expandablelistview itemrenderer
How can I get the ItemRenderer of a Flex Spark List from its DataProvider Object?

In Flex I can create an ItemRenderer to represent each item in the Lists DataProvider but how do I access …

apache-flex itemrenderer dataprovider flex-spark
How can I know when a Button in a Flex DataGrid itemRenderer is clicked?

I have a DataGrid component that displays a few columns of data. It has one additional column that displays a …

apache-flex actionscript-3 datagrid button itemrenderer
Set the dataGridColumn's ItemRenderer dynamically

I have this DataGrid: <mx:DataGrid id="myDataGrid"> <mx:columns> <mx:DataGridColumn dataField="colA" headerText="…

apache-flex actionscript-3 datagrid itemrenderer
Flex3: Custom Item Renderer does not listen to events dispatched by parent

I have a List with a custom ItemRenderer. The ItemRenderer contains a Checkbox and a Label. The component with the …

actionscript-3 events apache-flex flex3 itemrenderer