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
What is the most efficient way to store and update hierarchical data for a Flex AdvancedDataGrid?
I have a Flex application that has an AdvancedDataGrid that displays hierarchical data in a tree. I'm currently storing this data in XML and it's being updated about every second. This was working well for a while, but the amount of data I have to…

Jason
- 71
- 10
0
votes
1 answer
Get the datasource of current tab in an advanced banded gridview
I have an advanced banded gridview inside a usercontrol which has different tab pages inside it.
I'm trying to find the specific datasource/datatable which is currently displaying.The following both return a table but it returns the same table…

PretoriaCoder
- 846
- 10
- 13
0
votes
1 answer
copy and paste from an advanced datagrid
I need the ability to make one column of an advanced data grid editable so my end user can right click and copy the data from it to another source via there clipboard.
I am looking to implement the following code in an advanceDataGrid and not just a…

Dye
- 11
- 6
0
votes
1 answer
Change row color of Advanced Datagrid Controls in Flex
I am using Flash Builder 4.6. Create an AdvancedDataGrid in flex Application. I want to change the rowColor of 5th row of AdvancedDataGrid Control.
Here is my Code.

Mamoon Mallick
- 56
- 9
0
votes
1 answer
Get primary key value of selected row item in DataGrid using WPF
I have a DataGrid, bound to database table customer.
I need to select the primary key ID value from database table of selected row in DataGrid.
How to do it ? please Help ..
user2557829
0
votes
1 answer
Printing AdvancedDataGrid drops last row to next page if less than one page is printed
If I print an AdvancedDataGrid that is more than a single page, all is fine. If, however, there is less than a page to print the last row always ends up at the top of a second page.
The method doing the print jop is listed below. Am I missing…

user278859
- 10,379
- 12
- 51
- 74
0
votes
1 answer
Flex Advanced data grid:column visibility
HI
I am new to Flex and was wondering, when we use an advanced data grid, only when we click on the parent element the children details get populated in the corresponding columns, right?..SO now i have made the empty columns invisible(at design) now…

Rahul
- 13
- 4
0
votes
1 answer
update column width advanceddatagird on focus in FLEX?
I have combobox in an advanceddatagrid, and i want that when the user clicks on the current column, the column gets wider and when the user gets the other column does the same and the previous one when loses focus gets the default value
I'm reading…

jompi
- 360
- 1
- 4
- 16
0
votes
2 answers
Refresh GroupCollection of an AdvancedDatagrid - the sorted Arraycollection gets Randomized
I have an AdvancedDatagrid which gets populated by an ArrayCollection.
I ordered the ArrayCollection by date (one of its properties), so it shows from past to future. The thing is, if I refresh the GroupingCollection (for immediate display in the…

Yozef
- 829
- 11
- 27
0
votes
1 answer
Embedded font in mx-AdvancedDataGridItemRenderer not working
I'm facing here really annoying issue when trying to embed custom font in AdvancedDataGridItemRenderer.
After some research I found this solution:…

xhuur
- 103
- 1
- 7
0
votes
1 answer
AdvancedDataGrid dataFields refresh
I have a problem with an AdvancedDataGrid; i want the fields Actual and Estimate to change with the timer function but it doesn't work. It works only by refreshing all the adg with the collapse of the tree structure. I want that if the tree is…

Fseee
- 2,476
- 9
- 40
- 63
0
votes
0 answers
AdvancedDataGrid Rows Invisible
I have an AdvancedDataGrid that has invisible rows. I have tried calling validateNow() on the grid, but the rows remain visible.
I can however get them to render when I toggle a checkbox or a button, which somehow causes the grid to be redrawn. Is…

Mr. Polywhirl
- 42,981
- 12
- 84
- 132
0
votes
1 answer
Adding check boxes to an advancedDataGrid
I was given an AdvancedDataGrid and need helping adding a column of check boxes to the front. The code is something similar to this, though a good bit of the styling and extra functionality has been stripped out. Don't think an intern should be…

thad
- 167
- 1
- 4
- 16
0
votes
1 answer
Flex AdvancedDataGrid dataChangeRequest
Can anyone give me an example of the use of the dataChangeRequest Style on the AdvancedDataGrid, I can't seem to get it working. I'm trying to make the cell of the item flash when the dataProvider is updated.
Many Thanks

Brett Hannah
- 4,307
- 4
- 30
- 33
0
votes
1 answer
Flex: Make columns aligned between 2 DataGrids?
I have 2 advanced data grids, one above the other. They both have the exact number of columns, and pertain to each other in the same way. But each is showing different data, which is why I split into 2 grids. However, on each one you can resize the…

JD Isaacks
- 56,088
- 93
- 276
- 422