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
1
vote
0 answers
compile c# program with embedded dll
I want to ask a question about AdvancedDataGridView.dll. When I want to compile my program using AdvancedDataGridView.dll as embedded resource,
I get that error
Error 2 Cannot embed interop types from assembly
…

neverwinter
- 810
- 2
- 15
- 42
1
vote
1 answer
Multiple update of values in a row in a Flex DataGrid or AdvancedDatagrid
How can i update multiple cells of the same row changing the value of a single cell of the same row ??
Example: id, height, weight, fat percentage, corporal mass. When i change one of the values in a row (except id of course) the corporal mass cell…

Alejandro Robles
- 11
- 1
1
vote
1 answer
How can I programmatically get and set column sorting parameters in AdvancedDataGrid?
How can I programmatically get and set column sorting parameters in AdvancedDataGrid?I'm especially interested in value that indicates that user have sorted data in AdvancedDataGridColumn by clicking on its header and value that indicates sorting…

mr goose
- 58
- 4
- 16
1
vote
1 answer
Borders of AdvancedDataGrid disappears in popup
The borders of AdvancedDataGrid are disappearing. I am using the same instance of popup object to show at different times.
For the first time the popup and ADG borders are fine but when i launch the popup next time, the borders get disappeared.…

Asad
- 1,817
- 16
- 23
1
vote
3 answers
How to automate vertical scrolling in Flex AdvancedDataGrid when dragging item below bottom of visible rows?
I have an AdvancedDataGrid with XML dataProvider. Drag and drop in enabled, and works within the visible rows of the ADG.
HOWEVER, if I attempt to drag an item past the bottom-most visible row of the ADG, the ADG does NOT scroll to display the next…

Darrell Berry
- 203
- 2
- 14
1
vote
2 answers
Display special characters in mx:AdvancedDataGrid flex
I am trying to display special characters in a column of mx:AdvancedDataGridColumn as value. For example, i am trying to display copy right symbol, trademark and other characters with HTML code.
I want to display below data
Special Characters: ¢…

sabtharishi
- 3,141
- 5
- 24
- 27
1
vote
1 answer
Flex advanced datagrid styling
I'm using an advanced datagrid in a system I'm building.
the design PSD from the designer includes a special background on rollover.
So, I need the background of the cells in a row to get the background from an image, only when the mouse rolls over…

KensoDev
- 3,285
- 21
- 38
1
vote
1 answer
Flex AdvancedDataGrid AdvancedDataGridRendererProvider childrenField ArrayCollection - Question about behaviour
I have a main class ClassA that has a bunch of "normal" properties that are simple datatype like ints, strings, etc. It also has one property ("childItems") that is an ArrayCollection of ClassB.
I am using an ArrayCollection of ClassA as the source…

Wolfgang
- 11
- 4
1
vote
1 answer
Flex : How to hide a row in AdvancedDataGrid?
I have an AdvancedDataGrid with a ArrayCollection as its dataProvider. For instance i have a CheckBox that allows me to show or hide certain rows in the AdvancedDataGrid.
Any idea how i could do that?

Lukas Widmer
- 33
- 2
- 4
1
vote
1 answer
Flex - how to click on rendered link button in column without triggering the click event for the AdvancedDataGrid?
I have an AdvancedDataGrid with two columns that have item renderers. Those item renderers are rendering link buttons in their respective columns. I want to be able to click on those link buttons without triggering the itemClick event of the…

Jason
- 71
- 10
1
vote
1 answer
How to Insert and Update datagrid row in database table
I am developing C# without using any framework.until now i successfully performed following task on Datagrid.
1.Displaying data in Data-grid by binding with database table
2.Getting the selected row data from Data-grid based on primary key
Here is…

user3012262
- 67
- 2
- 12
1
vote
1 answer
Setting the folder icon of a tree column (based on row data) in AdvancedDataGrid in Flex
Is it possible to change the folder icon of a tree column in an AdvancedDataGrid based on the data of that row?
I have an AdvancedDataGrid that is displaying HierarchicalData (from XML data) in a tree format. I want to display a different icon for…

Jason
- 71
- 10
1
vote
2 answers
Advanced DataGrid in flex
I am using AdvancedDataGrid with its number of rows changing dynamically.I want to adjust the grid height according to the number of rows displayed.Can anyone help me out in this.

Anupama
- 31
- 4
1
vote
3 answers
Preserve multi-column sort in AdvancedDataGrid with dataProvider as GroupingCollection
I have three attributes in my XML object: last name, first name, and age.
My sample XML looks like:

Rahul Singhai
- 11
- 3
1
vote
1 answer
Flex: Displaying xml in advanced data grid
I have an external xml file and i want to display it in an advanced data grid....as in if i click the parent element the children have to be displayed in the corresponding columns...i'm trying it with my dataprovider but its not working.
How do i do…

Rahul
- 13
- 4