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
AdvanceDataGrid nodes collapse on refresh
I have an AdvancedDataGrid which Im attemping to update with data from a web service that I poll once very 10 seconds. Im using a HierarchicalData object to provide data to the grid. The update seems to work fine, except that on each update, any…

Steve
- 1
0
votes
0 answers
how to display conflict in DATAGRIDVIEW instead MsgBox
Please I need help for my thesis. I'm creating a Scheduling for enrollment system. I'm using the Table "classsubjects" for my Testing.
this is my sample code.
Try
con.Open()
cmd.Connection = con
cmd.CommandType =…

CaBz
- 1
- 2
0
votes
1 answer
AdvancedDataGrid - disable the header rollover and selection color
i used before a datagrid and fixed that issue by overriding the methods but now i have to move to advanced data grid and didn't find the answer yet, could any one help, thanks

seismael
- 227
- 1
- 6
- 18
0
votes
1 answer
Remove local changes from DataGrid in Flex
I am working Apache Flex 4.11 web application. I have a DataGrid which has item renderer for change the record. Now I change the record in the Datagrid using item renderer. Now there is a cancel button out side the DataGrid when I click on that it…

BikrantSingh
- 95
- 6
0
votes
1 answer
how to access flex component id's generically?
I have some generic functions like copy, paste,etc in an AS file. I want to use them for editing data present in different mxml applications embedded in one application. If I pass the child's component id as a parameter of a function in one of the…

user393873
- 1
- 2
0
votes
1 answer
Flex selectedItem sort order
I have a code as following
var selectedWindows = new ShowSelectedFilesFolderWindow;
selectedWindows.setParentData(MainFileGrid.selectedItems);
The problem is that when I retrieved the list from the dialog, the…

zawhtut
- 8,335
- 5
- 52
- 76
0
votes
1 answer
Flex - Truncate decimal values displayed as strings
I'm using the following AdvancedDataGrid control in my flex application:

Ruchir Sharma
- 819
- 1
- 10
- 18
0
votes
1 answer
Error: Could not resolve to a component implementation
I am running into an issue with this error in my flash web application compile time
Error: Could not resolve to a component implementation.
Here is what used to be there (and it would compile)

user2789284
- 751
- 1
- 11
- 28
0
votes
1 answer
Resizing columns in adobe flex AdvancedDataGrid
I'm using an AdvancedDataGrid without the header row (AdvancedDataGrid.showHeaders="false"), my AdvancedDataGrid has 2 columns, where the first one will show a hierarchical data (tree).
The tree may be very long and very deep or may contain a long…

AngelHeart
- 1
- 1
0
votes
1 answer
how to color advanceddatagrid column background based on condition?
AdvancedDataGrid does not allow me to use column level itemrenderizer nor style function using which i should fill the background color of the column on specific conditions on each row .
I tried the style function where it changes the …

Mahesh Kumar
- 109
- 3
- 10
0
votes
1 answer
Flex - Filtering an AdvancedDataGrid with Hierarchical Data
I am displaying project planning Tasks in a Flex application which I am developing and I am trying to filter the items displayed in the AdvancedDataGrid (ADG) so that only Tasks which start later than a user selected date are displayed.
Here is a…

TDC
- 1,869
- 3
- 25
- 40
0
votes
1 answer
advancedDatagrid multipleSelection: Was a row already selected?
after multiple Selection in a advanced datagrid, I want to check if the clicked row, was already selected. Anyway my idea below (in the nested if clause I want to check if the newly clicked item's processing data is already in the added Array…

Werner
- 35
- 3
- 9
0
votes
2 answers
Can't find my bug: Group flat data in Advanced Datagrid wont work
I've got an ArrayCollection which is properly displayed in this Advanced Datagrid:

Werner
- 35
- 3
- 9
0
votes
1 answer
how to put a drop down list and date selector in a flex advanced data grid
How can one put components into an advanced data grid?
I wish to have a standard row with string items except two items,
no 1 there is a date field and I need a date selector for it.
no 2 in another cell of the row I want to put a drop down list box…

Setori
- 10,326
- 11
- 40
- 46
0
votes
1 answer
Click on advanceddatagrid having dataprovider as grouping collection
I am creating tree structure using advanceddatagrid. The dataprovider is grouping collection whose source is arraycollection. This grouping collection is grouping the fields as specified and I am getting the right tree structure.
I have this type of…

ryan
- 333
- 1
- 15
- 28