An extended version of the Flex DataGrid control that provides features like column groups and renderers for non-text data.
Questions tagged [advanceddatagrid]
302 questions
2
votes
1 answer
Make item editor editable of the advancedatagrid in flex
i have a advance datagrid in which i have 2 columns and every row of the column is a item editor
now i want to edit the row cell on double click i tried various things to make it editable
some of properties are written in this code.
i make…

rkSinghania
- 29
- 1
- 4
1
vote
1 answer
AdvancedDataGrid : Conditionally change the icon of the leaf node
Introduction: I have a flat ArrayCollection of object's, which i group to create the dataProvider for an AdvancedDataGrid. In this AdvancedDataGrid i have different branches representing different type of tasks. I want to conditionally change the…

Sebastian
- 436
- 5
- 24
1
vote
1 answer
AdvancedDataGrid: dataTip = headerText
I have a pretty straightforward question which google fails to give me the answer to :
I have an AdvancedDataGrid where i build the columns dynamically (variable number of columns) in ActionScript, and i want the dataTip to display the column…

Sebastian
- 436
- 5
- 24
1
vote
1 answer
Flex prevent datagrid from editing after a drag & drop
I have an AdvancedDataGrid with editable parameter to "true". My problem is that after a successfull drag & drop, the item is being edited and I don't want this to happen.
I tried to create a custom advancedDataGrid with this:
override protected…

TheFrenchGuy
- 233
- 1
- 3
- 14
1
vote
2 answers
Flex/actionscript: Using dataDescriptor on an AdvancedDataGrid
I have a hierarchical data set that i would like to display in an advancedDataGrid. My data is a set of composed value objects that do not use the 'children' attribute. On a Tree control you can create a custom dataDescriptor to define which…
Jeremy
1
vote
1 answer
Get The Items Under An Expanded Node in AdvancedDataGrid
Is there a way to get the items which are under an expanded ADG tree node?
Given the sample tree node:
- Atlantic
Celtics
Nets
Knicks
Sixers
Raptors
+ Central
+ SouthEast
+ SouthWest
+ NorthWest
+ Pacific
I am planning to…

Angelo
- 1,578
- 3
- 20
- 39
1
vote
0 answers
Creating Dynamic Pivots with Grouping on the Fly
I would like to create a pivot as shown here:
http://www.java2s.com/Code/Flex/Grid/HierarchicalAdvancedDataGridColumnGrouping.htm
How ever I want to be able to do this dynamically.
The usage in the project is to be able to represent any data from a…

Craig Mc
- 505
- 1
- 13
- 30
1
vote
0 answers
Disable single key input in flex
I have an AdvancedDatagrid built up dynamically basing on xml data retrieved from http services.
The last row contains columns totals and to simulate its footer behavior it has been foreseen a custom sortFunction, but it doesn't works for multiple…

user1085912
- 11
- 2
1
vote
1 answer
Flex AdvancedDataGrid not populating properly
I'm having trouble getting an AdvancedDataGrid to populate properly within an app I'm working on.
If I use the sample code found on this page http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7bf0.html in it's own page…

Gavin Grant
- 123
- 1
- 1
- 8
1
vote
1 answer
Drag and Drop in a POPUP in Flex 4
I wanto do a simple dragdrop in an advancedDataGrid which is in a popup window. The popup window is inside a Vbox and the Vbox is inside a canvas. The item which will be dragged is inside a Group and is a tree. I giving a link of my code of popup…

Tahlil
- 2,680
- 6
- 43
- 84
1
vote
1 answer
AdvancedDataGrid - Start to edit the selected row when a button is clicked
I want to allow users edit Flex AdvancedDataGrid selected row by button click instead by click on AdvancedDataGrid itself. So i decide to dispatch itemEditBegin event of AdvancedDataGrid when user click a Button:
myADG.dispatchEvent(new…

igorGIS
- 1,888
- 4
- 27
- 41
1
vote
0 answers
How to tell whether a cell belong to a group row / item row in Flex?
I created a Advanced Data Grid and implemented a grouping using GroupingCollection2 on it.
I implemented a custom Item Renderer and when I start to scroll horizontally, the cells belong to the previous item is also displayed on the group row.…

Preethi
- 11
- 2
1
vote
1 answer
Formatting AdvancedDataGrid Cells
I have a quick question about rendering the advanceddatagrid cells.
I need to programatically color the cell of the datagrid based on the conditions. Lets say, the stock quotes. If there is an increase from the previous day, I need to have the cell…

online19
- 125
- 5
- 17
1
vote
2 answers
ItemRenderer height (and height changes) not reflected in AdvancedDataGrid row
I have an AdvancedDataGrid with variable row height set to true.
I have written a cutsom item renderer based on the DataGroup spark component. Each row in the grid has multiple entities to display, the x position and width of the entites are based…

David
- 316
- 2
- 8
1
vote
1 answer
AdvancedDataGrid dataField - how to use a subarray or object in flex?
I have an advanced data grid in flex (flash builder 4). It's dataProvider is pointing to an ArrayCollection (this._encounters).
Inside that array collection is a property that is an object (a client object).
I tried setting the dataField to…

Scott Szretter
- 3,938
- 11
- 57
- 76