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
0
votes
1 answer
Flex: Disable ContextMenu customItems on AdvancedDataGrid headers
How can I disable or hide ContextMenu customItems when a user right-clicks on a header? I tried to set customItems to an empty array:
class MyAdvancedDataGridHeaderRenderer
extends AdvancedDataGridHeaderRenderer {
protected function…

Mr. Polywhirl
- 42,981
- 12
- 84
- 132
0
votes
1 answer
Flex: Changing the colour of the sort part of an AdvancedDataGrid
I have a very dark background to my grids so I need to make all the markings in the headers white. I've been able to do that w/everything except the arrow icons in the AdvancedDataGrid.…

Opux
- 702
- 1
- 10
- 30
0
votes
1 answer
Flex 4 Advanced datagrid column summation based on another column value
In my advanceddatagrid there are two columns A and B. The records are such as
{column A: id1, columnB:50},{column A: id1, columnB:20},{column A: id2, columnB:80},{column A: id21, columnB:20}
ie, for a single column A values there might be many…

FlexCoder27
- 11
- 5
0
votes
1 answer
Flex AdvancedDataGrid deactivate lazy rendering
i have a AdvancedDataGrid coponent with some custom Rows. I have a limited number of rows visible within the component. The other rows can be accessed via a scrollbar. Within my application i have ha Save & Next Button which saves the actual…

Andreas
- 707
- 1
- 6
- 23
0
votes
2 answers
Flex: Add TOTAL column for AdvancedDataGridColumnGroup?
I have an AdvancedDataGrid that has a couple AdvancedDataGridColumnGroup's I would like each group to have an extra column, that shows the total of all the other columns in the group. I also need to use my own calc function to calculate the totals.…

JD Isaacks
- 56,088
- 93
- 276
- 422
0
votes
1 answer
datagrid columns more than one sources for bindind
Hello I have a datagrid which has 10 columns. The first take their values from the itemsource property of the datagrid. But the last two I want them to take their values from an other source.
To be specific , the item source both times is a list of…

jmlaios
- 119
- 3
- 11
0
votes
1 answer
AdvancedDataGrid Width more than the Parent Container?
Here is the hierarchy of my controls:
0
votes
2 answers
AdvancedDataGridColumn is less advanced than GridColumn?
Something that works
Something that doesn't
We have many more grand-child attribute like…

Phung D. An
- 2,402
- 1
- 22
- 23
0
votes
0 answers
Flex: AdvancedDataGridColumn tooltip interference
The AdvancedDataGridColumn has a property showDataTips. If this is set to true then each cell in the AdvancedDataGridColumn will show a toolTip on rollOver. There is just one problem, the toolTip covers the entire cell.
This is a problem, because…

Mr. Polywhirl
- 42,981
- 12
- 84
- 132
0
votes
1 answer
ADG drawVerticalLine issue
I have an issue on the AdvancedDataGrid that the verticalLines are not always drawn correctly when the Grid is scrolled
Screenshot:
As you can see it afflicts the entire row up to first groupedColumn.
This happens only when it's upscrolling.
First…

michaPau
- 1,598
- 18
- 24
0
votes
1 answer
How to set advanced data grid column from a xternal xml?
I have a xml file
"
I want this…

ricky
- 23
- 1
- 2
- 14
0
votes
1 answer
Creating a column of RadioButtons in Adobe Flex
I am having an un-predictable behavior of creating radio buttons in advancedDataGrid column using itemRenderer. Similar kind of problem has been reported at
Creating a column of RadioButtons in Adobe Flex. I tried to use the same procedure i.e.…
adnan
0
votes
1 answer
Advanced data grid event handling
I have an advanced datagrid in my project. when i load it more than 2times i get the following error
TypeError: Error #1010: A term is undefined and has no properties.
at myComponents::GridCellFormatted/updateDisplayList()
at…

Donald N. Mafa
- 5,131
- 10
- 39
- 56
0
votes
1 answer
Flex AdvancedDataGrid hierarchical view itemrenderer
I display hierarchical data in my AdvancedDatagrid. I have set a checkbox as itemrenderer for the column which displays the hierarchical .Each leaf node in the view has checkbox next to it.
Suppose group A node has A1, A2, A3 etc as child nodes and…

FlexCoder27
- 11
- 5
0
votes
1 answer
how to display checkbox in hierarchial data display in flex advanced datagrid
In my advanced datagrid, I am displaying hierachial data. Instead of the folder icon, i need to display a checkbox which i can select or unselect it. Based on the selected checkbox , i need to display the selected cell value. Plz let me know as how…

Srivi
- 41
- 1
- 6