Questions tagged [advanceddatagrid]

An extended version of the Flex DataGrid control that provides features like column groups and renderers for non-text data.

302 questions
0
votes
2 answers

Flex. ROLL-OVER color in advanced data grid header

How can I change the rollover color of AdvancedDataGrid 's header? It's light-blue by default. I tried using a HeaderRenderer, but it does not help. There is a 2 pixel color border on the top and bottom of the header that I can't…
Vladimir
  • 173
  • 1
  • 2
  • 14
0
votes
1 answer

AdvancedDataGridView Sort and Filter not working

I have AdvanceDataGridView "customerTransactionDGV with data source = customersTransactionsBindingSource. I am changing the data source in SelectionChangeCommitted event of CustomerComboBox with below LINQ…
Khalil
  • 187
  • 2
  • 10
0
votes
2 answers

Flex Advance datagrid

By any chance is there a way I can show "Barbara Jennings" row next to "Arizona" folder. I know its not possible because those two records are grouped by "Arizona" and displayed under group field "Arizona" , but for one of my requirment I want to…
Sabha B
  • 2,079
  • 3
  • 28
  • 40
0
votes
2 answers

In flex, can I expand a row of the AdvancedDataGrid without using HierarchicalData?

The subject pretty much asks it all. I am a newbie to flex, and I am trying to do something similar to this example http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_10.html. How do I get this working without HierarchicalData?
PBG
  • 8,944
  • 7
  • 34
  • 48
0
votes
2 answers

Flex PrintAdvancedDataGrid need something similar to sizeToPage for columns

I have an AdvancedDataGrid that's pretty wide (lots of columns that need to be wide enough to read) that I need to print. The PrintAdvancedDataGrid.sizeToPage property adjusts the height of the grid so that page breaks only occur between rows. …
Dan Pichelman
  • 2,312
  • 2
  • 31
  • 42
0
votes
1 answer

AdvancedDataGrid Flex - Row not getting added under correct column

I'm dynamically adding rows and they don't seem to go under the proper column. I have all of my headers in 'headerArray' and the data i need to add is in the string 'item'. //create an item to work with var chartItem:Object = new Object(); for( var…
leshow
  • 1,568
  • 2
  • 15
  • 30
0
votes
2 answers

Flex AdvancedDataGrid

I have an AdvancedDatagrid in my Flex application.
0
votes
2 answers

How to convert XML data to Number before filling an AdvancedDataGrid

I import XML data in order to fill an AdvancedDataGrid (using Flex 4.5). This ADG is correctly filled with the data, columns display the right information etc. etc. I would like to summarize this ADG using
Nicolas W.
  • 642
  • 6
  • 20
0
votes
1 answer

AdvancedDataGrid ItemRenderer Ignored w/HierarchicalData

I am using an AdvancedDataGrid with some hierarchical data. In the first column, I want to indicate whether or not the "name" field is editable by graying out the text for the "name" property of my objects. It's very odd, but when I set the…
0
votes
1 answer

Accessing properties of AdvancedDataGrid runtime vs. design time

I am new to Flex and trying to modify some existing code. I am trying to It uses and AdvancedDataGrid. In the click event, the ListEvent is passed in, and the code is able to access properties such as event.itemRenderer.data.feature. I would like…
Meg
  • 157
  • 3
  • 8
0
votes
2 answers

How to make a grid cell uneditable without messing up tabbing

I'm using an AdvancedDataGrid in ActionScript 3/Flex 4. The grid has 5 columns: Caller Intent, Labels, Strategy, Confirmation Mode, and Confirmation Promptlet. All columns are editable except for Labels. However, if you change the Confirmation Mode…
bon_t
  • 97
  • 1
  • 7
0
votes
2 answers

Refresh data in AdvancedDataGrid, after data change (AS3)?

I am using the AdvancedDataGrid control. In that I am showing the data in hierarchical format in that I have one parent with two children. In the parent I have a checkbox, and when I select the checkbox, I have to remove the existing data of…
chandra
0
votes
1 answer

Itemrenderer crash when selected

have an advanced datagrid with a simple custom mxadvanceddatagriditemrenderer. I want the renderer to only display an image when the row is hovered or selected. Right now I am doing that by using the excludeFrom="normal" tag on my image. It works…
0
votes
2 answers

Flex: Display rich text in AdvancedDataGrid column?

I have some rich text created using the flex (flash builder 4) rich text input control. I want to display at least some of it in a column of an AdvancedDataGrid control. Is this possible / how?
Scott Szretter
  • 3,938
  • 11
  • 57
  • 76
0
votes
0 answers

Advance Datagrid view to get filterevent args

How to get filtereventargs in advance datagrid view so that i can find which column filter is being applied to . I have tried add the event dataviewgrid.filterchanged but it gives one system event args also is there an option to remove clear filter…
deva A
  • 1