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
How to disable auto-sort for AdvancedDataGrid
I am using Flex 4, ActionScript 3.
I want to disable auto-sort. Meaning I want the sort to be executed only when the user clicks the column header, not when new rows are added to the binded collection or when values are changed.
So far, I've found…

bon_t
- 97
- 1
- 7
0
votes
1 answer
last column of spark datagrid is not resizing
i have used spark datagrid for my mobile application . my problem is last column of my spark datagrid is not resizing to the grid's width. for example, my spark datagrid's width is 500,and i have 4 columns of width size 100 each. four columns are…

vengatesh
- 503
- 1
- 6
- 15
0
votes
1 answer
Flex Zoom DataGrid View
I'm looking to implement something in Flex that I believe I've seen before, but I have no idea what it's called in order to search for it. Maybe it's best described with an example...
Say I have a contact management application. I have a bunch of…

Ocelot20
- 10,510
- 11
- 55
- 96
0
votes
1 answer
How to have two values for a column in grid
We are using AspXGridView devXgrid for our web application. I have to assign two values (id,value) for a column in the grid. How can I do this?
Thanks,
P.Gopalakrishnan.

gopal
- 3,681
- 5
- 24
- 25
0
votes
1 answer
0
votes
1 answer
Advanced Datagrid SummaryField Treats XML Data as String
I have an advanced datagrid, with the grouping collection attached to an XMLListCollection.
I tried to perform a SummaryOperation, but always ends up getting 0 (zero) on the SummaryRow as it seems the data is being treated as string, instead of…

Batuta
- 1,684
- 17
- 48
- 62
0
votes
1 answer
AdvancedDataGrid LockedRowCount not working
I am trying to lock the 1st row in my ADG. This 1st row is the SummaryRow. When I set the lockedRowCount property to 1, it still does not freeze the 1st row. I have tried with different numbers, but it is still not working. In fact, when I try to…

online19
- 125
- 5
- 17
0
votes
1 answer
Display number of items in a grouping for Advanced Datagrid
I have my ADG displaying data like this:
1st Floor
Administration
John
Mary
Johnson
Cole
Roger
Margo
Accounting
Mel
Liza
Johann
Jackson
2nd Floor
IT
Blake
Steve
Cherry
Aries
HR
…

Batuta
- 1,684
- 17
- 48
- 62
0
votes
2 answers
AdvancedDataGrid SummryRow
One update:
I tried using the SummaryRow on the datagrid for its basic functionalities and it is working. Now, I need to embed the text in the summary fields. E.g. If one of my summaryfields returns me the count then it should be able to display…

online19
- 125
- 5
- 17
0
votes
1 answer
advanceddatagrid component with group and header renderer in flex
How to create advanceddatagrid component with grouprenderer and checkboxheader renderer in flex 3?

vijay
- 3
- 1
- 3
0
votes
2 answers
How to get a tag htmlText to wrap inside an AdvancedDataGridColumn
To display HTML formatted text in an AdvancedDataColumn, I'm using a custom renderer which is an mx:Text object. I'm setting myText.htmlText to something like "test text which is really a lot longer than the column width". No matter what…
Joshua Stafford
- 582
- 2
- 7
- 19
To display HTML formatted text in an AdvancedDataColumn, I'm using a custom renderer which is an mx:Text object. I'm setting myText.htmlText to something like "test text which is really a lot longer than the column width". No matter what…

Joshua Stafford
- 582
- 2
- 7
- 19
0
votes
3 answers
Flex itemrenderer, inline or using itemrenderer tag?
Could anyone please explain what is the best practice of using itemrendrers for Adv. DataGrid in Flex? Should one use tag and write the component or by using itemrenderer property?
Regards,
Wrinkle

wrinkle
- 11
- 3
0
votes
2 answers
Using button in AdvancedDataGrid
Possible Duplicate:
Buttons in AdvancedDataGrid in Flex
i want data in an AdvancedDataGrid column to be displayed as buttons instead. That means the label of the button should display the text that the cell used to display . Can this be done…

Sameer
- 67
- 1
- 10
0
votes
4 answers
How to limit the size of the AdvancedDataGrid to its rows with variable row heights
I tried to limit the size of the AdvancedDataGrid to its rows. Currently I am using variableRowHeight to true and at the run time setting the itemRenderer's height.
Hence every row has different height. But I found that the logic behind the…

Neeraj Gulia
- 640
- 8
- 24
0
votes
1 answer
How can make column widths bindable in two Flex AdvancedDataGrids?
Bear with me here. I have a strange setup to accomplish what I need. I basically have an AdvancedDataGrid that displays data returned by a WebService. The data is in XML format:

Eric Belair
- 10,574
- 13
- 75
- 116