Tagged Questions
0
votes
2answers
137 views
flex spark datagrid itemrenderer get owner component
in flex3 ,i can get the owner component by listdata in datagrid.but in flex4 ,there is no listdata property in itemrenderer,so what can I do to get the owner datagrid.
I try the dataGrid= ...
0
votes
1answer
186 views
How to change the component's properties in an item renderer dynamically?
I have data grid table that contains an array of shape objects.The GridColumn in my data grid table calls an item renderer called "MovementLogItemRenderer".
In my "MovementLogItemRenderer" I have a ...
-1
votes
2answers
361 views
Flex : How to reuse Item renderer?
I have a data grid table, the gridColumn in the dataGrid table calls a "DropDownListItemRenderer". Using the same item renderer I want to change the contents in the drop down list according to the ...
0
votes
0answers
111 views
Light weight datagrid component for flex mobile\iOS?
I know that we do not have a table\datagrid component for flex mobile apps. Currently I am developing an iPad app, in which I am using datagrid(though it says it's not optimized), which works quite ...
0
votes
1answer
377 views
How to check/tick a CheckBox in the item renderer?
I have a grid table that contains ship objects(data provider accepts a array collection of ships objects) and displays just the name of ship and date in the grid table. My ship object has a property ...
0
votes
0answers
114 views
Flex DataGrid display data that takes up multiple rows
For a project I'm working on, I have a requirement to display data for certain events that cover differing time periods. So, 1 event might be from period 1 to 4, another might be from 2 to 3, and they ...
0
votes
1answer
714 views
Flex Datagrid ItemRenderer
I'm using Flash Builder 4.6 to create a schedule for the next 12 hours. The rows hold employees and the columns represent the hours. I want one GridItemRenderer that can be used by all cells to ...
0
votes
0answers
296 views
Flex 4.5 spark datagrid Itemrenderer Memory Leak
We have Spark dataGrid which Contains many ItemRenderers. we load more than 200 rows every time. This causes memory leak in our app.
So Is there any way to free the ItemRenderers?
Problem is almost ...
0
votes
1answer
121 views
How to show label of checkBox itemRenderer in DataGrid
The dataProvider of my datagrid is an arrayCollection with 2 columns. The first column of the arrayCollection contains true or false (so that the checkbox is selected) and the other column contains ...
0
votes
1answer
457 views
Using itemRenderer in mx Datagrid
I have a mx DataGrid with 2 column. The first column has its data rendered in a TextInput and the second column renderer in a ComboBox. When I change the selected value in the ComboBox, I want the ...
2
votes
0answers
244 views
flex datagrid sorting which contain itemrenderer
I'm quite newbies of flex, may I have some question to anyone who can suggest please.
I have grid for monitor CPU status and It look like this
CPU | CPU dif
--------------
5.9 | +0.2 ^
4.0 | ...
0
votes
0answers
187 views
Flex PopUpAnchor Not Scrolling
I am having a problem with a PopUpAnchor in an ItemRenderer. The ItemRenderer is getting set to a Flex DataGrid (specifically a Flexicious DataGrid) column, and when you click a button, this ...
0
votes
0answers
104 views
Flex DataGrid recycling Renderer
I have a trouble displapying a list in a datagrid with an itemRenderer.
My itemrenderer is an Hbox containing an image in a comlum.
My dataprovider dataList changes every time when I click on a ...
0
votes
1answer
84 views
Two pixels lost when using MXDataGridItemRenderer
I have mx DataGrids with custom item renderers on one column based on HBox. I tried to optimize them using the spark MXDataGridItemRenderer class, but using it results in the first row of the column ...
0
votes
2answers
2k views
Get ItemRenderer for a particular cell - Flex DataGrid
I have a datagrid with 2 columns. I need to access the item renderer of the second column whenever column-1 value changes. i.e if value of column 1 is A- need to display text field in column2 and if ...
0
votes
0answers
866 views
Issue with selected checkboxes in Datagrid Item renderer
I have a checkbox as itemRenderer in my datagrid. I am setting the selected value according to a boolean property from my objects contained in an Arraycollection.
When the Arraycollection return ...
0
votes
1answer
97 views
flex itemRenderer variables from/to main scope
I'm working on creating a datagrid that has a checkbox column. I have some functions that run within the itemRenderer that creates an array collection containing the item information and weather or ...
0
votes
1answer
1k views
Flex 4.5: Setting textAlign GridColumn's itemRenderer through AS3
Maybe this is really simple, but I can't figure out how to set 'textAlign' property for default itemRenderer in AS3 (not mxml). I need to adjust it based on type's properties, 'int' or 'Number' ...
0
votes
1answer
259 views
Flex 4.5: Custom component doesn't get visible in custom ItemRenderer
I'm developing a dynamic ItemRenderer to edition in line for Spark DataGrid.
With the Click event on Edit button (first column), I'm refreshing the cell's row using grid.invalidateCell(x,y); inside ...
0
votes
1answer
524 views
Why is my flex checkbox itemrenderer updating the wrong datasource?
I have two tile lists that draw data from an array collection assigned to a datagrid:
<mx:TileList dataProvider="{myDatagrid.selectedItem.myColumnOne}">
<mx:itemRenderer >
...
0
votes
1answer
527 views
Limit Flex Spark DataGrid ItemRenderer data to column
I've got a DataGrid in my mobile application (I know, I know but there's currently not other solution for this), that numeric values. Depending on the value of a cell, the text gets colored. My big ...
2
votes
1answer
849 views
Flex 4.5: Spark DataGrid with custom ItemRenderes
Firstly sorry for the really lengthy question. I am trying to implement an Org.Chart using spark DataGrid. The data for the Org.Chart does not change and hence I am hard coding the values. I had to ...
1
vote
1answer
704 views
How to get selectedItem from comboBox itemrenderer in datagrid and display value in another column
I am having an issue with itemRender in a datagrid. Actually I have a dataProvider which populates 2 columns in my datagrid. The first column data is rendered in a TextInput and the second column data ...
0
votes
1answer
3k views
Flex: get column index in custom itemrenderer for spark datagrid
I am trying to use the same custom renderer for all the columns in a spark DataGrid. I need to know the dataField or columnIndex based on which I can change state in my custom itemrenderer.
Earlier ...
0
votes
1answer
943 views
Value in Datagrid itemrenderers set data method doesn't return the correct data
I've got a Gridcolumn in a Datagrid (Spark). The Column's dataprovider is a Number value that gets updated via Binding.
Now, without an item renderer the cell displays the correct values.
If I set an ...
0
votes
2answers
187 views
Cache variables in dataprovider
I've got a model class with a bunch of Number variables that change frequently.
They all dispatch their custom events, thus are bindable.
In my UI, a couple of those class instances are bundled into ...
1
vote
1answer
2k views
Dynamic ItemRenderer for Flex Datagrid
I have DataGrid with Dynamic Columns. The columns will contain ItemRendrer. I'm not familiar with dynamically adding ItemRenderer.
My code is:
var column:DataGridColumn = new DataGridColumn();
...
2
votes
1answer
958 views
ArrayCollection not updated via ItemRenderer (CheckBox) in Flex
I am having problems to update my ArrayCollection which initially populates my datagrid. In my case the dataprovider consists of True and False as String. These come from my database. I set the ...
0
votes
1answer
346 views
Checkbox itemrenderer displaying the wrong selected value in datagrid
I have a checkbox as itemRenderer in my datagrid. I am setting the selected value from a column from my database table. The value of the variable is "true", but my checkbox is selected although I am ...
0
votes
1answer
226 views
Flex Datagrid header rotation
I have a custom headerrenderer for a datagrid.I have rotated the text to 90 and it works fine. When I try to rotate the text to 270, the text isn't fitting in the header row. I understand that the ...
0
votes
1answer
705 views
Flex: Simulating a click on a button inside an item renderer of a data grid
I'm using a data grid with an item renderer that creates a toggle button. The idea is to have a list of items and only allow one to be selected and pre-select one at start.
I've got the single button ...
0
votes
1answer
664 views
Flex: How can I pass a GridItemRenderer the DropDownList's dataProvider?
I need to display DropDownLists in a column of a DataGrid in my Flex application. Here is what I am doing:
First, I have a item renderer function that creates a custom item renderer, and passes it a ...
0
votes
0answers
1k views
How to format dates in a dynamically rendered Flex datagrid using an ItemRenderer
I'd really appreciate some help in solving this. I'm trying to format date columns in my datagrid. The dates are currently appearing as positive and negative unix timestamps (I think that's what they ...
0
votes
2answers
1k views
ActionScript Item Renderer in DataGrid
I am using this example from blog.flexexamples.com.
I have a datagrid and trying to dynamically add button to one of datagrid column. But I want this Button as an ItemRenderer to be written in ...
0
votes
1answer
720 views
Flex - how to display tooltips when using a DataGridColumn itemRenderer?
On my flex (flash builder 4) DataGrid - DataGridColumn , I have set a custom itemRenderer
itemRenderer="myComponents.EncounterDGItemRenderer".
My renderer is a Label
public class ...
0
votes
1answer
166 views
rendererAdd function for Spark DataGrid?
Like we have rendererAdd function/hook for a Spark List which is dispatched when an itemrenderer is added to the container ?
Do we have any similar method/hook at DataGrid level also ?
Thanks in ...
0
votes
1answer
605 views
When Scrolling my checkBox in itemRenderer is checked/unchecked
This is my application:
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark">
<s:layout>
...
0
votes
2answers
455 views
Flex Datagrid with conditional links
I need your help on following.
I have one datagrid which use an arraylist as a data provider. Now my requirment is in that arraylist i have one statusId as one variable or say property which i ...
0
votes
1answer
485 views
Can't see model data within inline ItemRenderer in Spark DataGrid
I'm having an issue viewing some model data within an inline ItemRenderer, in a Spark DataGrid
Here is the code for the DataGrid
<s:DataGrid id="moduleDG" includeIn="HomeRequired" x="20" y="116" ...
0
votes
2answers
526 views
Format Rows of Datagrid differently in Flex 4
I am using the following itemrenderer in one of the column of my datagrid. However I want to format each row of the datagrid differently. The column consists of numbers but some need to be formatted ...
0
votes
1answer
1k views
problem with datagrid itemrenderer checkbox
Please check the below code:
userinfo.mxml
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
...
1
vote
4answers
936 views
Flex's itemrenderer problem when sorting on datagrid
Please follow my explanation here :
I have a datagrid which holds a dataprovider that has 3 columns
one of those 3 columns is button itemrenderer, others are integer
I put 4 row into the datagrid
I ...
1
vote
2answers
966 views
Conditionally change icons in datagrid rows using item click
I have to designed a datagrid, in first column i have to use closed lock icon. when i click a row in a datagrid the selected rows' icon should change as opened lock icon. how i can achive this task in ...
0
votes
1answer
123 views
mx:Datagrid not displaying booleans correctly
I am experiencing some rather quirky behaviour with datagrid itemRenderers.
First, I create an ArrayCollection as follows:
[Bindable]
private var myBooleans:ArrayCollection = new ...
3
votes
2answers
1k views
Spark Datagrid memory usage with dynamic columns
I have a question about the Spark DataGrid and how it works in terms of garbage
collection. What I'm finding is that if I dynamically add and remove columns
from the DataGrid at runtime, the ...
2
votes
1answer
780 views
How to enable tab key navigation on a datagrid where the cells are custom item renderers?
This is a snippet of code in our custom item renderer which is in actionscript:
textCustomItemRendererTempForTab.tabEnabled=true;
textCustomItemRendererTempForTab.focusEnabled=true;
...
0
votes
1answer
646 views
Datagrid and Inline Item renderer problem
I have a datgrid with two inline item renderers. The dataprovider for my DG is a nested object (objects within objects within objects i.e 3-layered).
Main Object - 1st Level
|
...
0
votes
1answer
573 views
create new instance of itemrenderer in MX DataGrid
I want to create new instance of item renderer for my data grid.
A single instance of your Item Renderer class (ListIR) is created for each visible item of the list-based control.
As the user ...
0
votes
1answer
888 views
Flex Datagrid item renderer DateField, Combobox Issue help !
1) Using datefield as item renderer in flex
I am dynamically creating datagrid and its columns. like
dataGridColumn=new DataGridColumn();
dataGridColumn.dataField="invoiceDTO.invoiceDate";// I read ...
0
votes
1answer
511 views
Value edited in TextInput gets collapsed while scrolling which is used as itemRenderer in DataGrid
I have two datagrids 1. OPTION GRID and 2. ELECTION GRID. I have used VBox container as itemRenderer in ELECTION GRID which consists of TextInput in Description Column. The following is the sample ...
