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
1 answer

AS: getting XML attribute of selected row in AdvancedDataGrid

I populate an AdvancedDataGrid with XML Data, this is an example of the XML data I use :
Pmarcoen
  • 1,216
  • 4
  • 20
  • 33
0
votes
1 answer

Flex AdvancedDataGrid

I want to set a gradient background for the selected item in my AdvancedDataGrid How can I do it? Thanks a lot Vladimir
Vladimir
  • 173
  • 1
  • 2
  • 14
0
votes
2 answers

Dispatching event from advancedDatagrid to its item renderer component

I Need to catch an event in itemrenderer component dispatched from its parent i.e an advanced datagrid. How could i achieve it. Please suggest me on this. Thanks in advance. Regards
0
votes
2 answers

Flex Drag and Drop between AdvancedDataGrid with custom itemRenderer

I have implemented drag and drop between 2 AdvancedDataGrid, but the default behaviour from Flex displays the row data during the drag using the grid item renderer showing all 5 columns. Instead, I would like to display an icon / image or my own…
0
votes
2 answers

advanced datagrid

Can anyone provide me with an example of how to use the advanced datagrid in Flex? I am trying to get the values from a database and construct the hierarchial data. In particular, constructing the dynamic hierarchal data for advanced datagrid.
kumar1425
  • 45
  • 1
  • 10
0
votes
2 answers

Triggering Function Event on Selecting a row in an Advanced Data Grid

The Following code seems to only be working when i have editable="true" on the Advanced Data Grid. But I don't want it it be editable. Anyone have any idea or experience with this issue? The docs don't say anything about it needing to be editable,…
brybam
  • 5,009
  • 12
  • 51
  • 93
0
votes
1 answer

Drag and drop column data to another column

In Flex, using AdvancedDataGrid, I'm trying to achieve a drag and drop of one row's column data to another row's column or the same row but different column. Is this even possible? I've been googling for hours and all I can find are drag and drop…
0
votes
2 answers

exclude single items from grouping in groupingcollection

I have a flat data array that comes form a remoteobject, I want to group whatever is to be grouped, but leave single items (the ones with no common data with anything else) alone and without grouping, it's annoying to open each node only to find…
0
votes
1 answer

AdvancedDatagrid GroupingCollection in AS3

My AIR-Application is based on Mate. I receive Data from a SQLite and put the Date into a ArrayCollection. In the class of my AdvancedDataGrid, i create a GroupingCollection via mxml. All works fine. I prefer to build the GroupingCollection in…
Frank
  • 780
  • 1
  • 10
  • 22
0
votes
2 answers

How to disable double click on advanced datagrid grouping title?

I have an advanced datagrid that has a grouping on it. With the items inside of the grouping I have it setup where you double click on an item and it will create a popup that allows the user to edit that entry. The problem that I am having is that I…
WAC0020
  • 379
  • 1
  • 11
  • 27
0
votes
1 answer

Automatically display a toolTip in an ItemRenderer when the row is visible in the DataGrid

I have an AdvancedDataGrid that uses HierarchicalData to display data in a tree format. For one of the columns, I'm using an AdvancedDataGridRendererProvider to conditionally display an image if certain conditions are met. I'm currently using the…
Jason Towne
  • 8,014
  • 5
  • 54
  • 69
0
votes
1 answer

Trying to get text in Advanced Data Grid Cell

I have an AdvancedDataGrid that loads data from a web service. It only loads the top level stuff and then as you click the arrows it gets that data. All I want to do is to find out if some text is in one of the cells. I originally did this: public…
Joel Klabo
  • 253
  • 2
  • 12
0
votes
2 answers

Weird ItemRenderer behavior

I have a really odd issue with an ItemRenderer. I have a main.mxml container with a ViewStack. When a user logs in, the initial view contains an AdvancedDataGrid--containing some data and the ItemRenderer below--which simply displays a Delete…
SkunkSpinner
  • 11,429
  • 7
  • 40
  • 53
0
votes
1 answer

How to pass column value to dataTipFunction in AdvancedDataGridColumn Flex

Flex Experts, I am a newbie here. I am trying to create a conditional tool tip for my contact detail screen. If the contact has 'special-roles' like 'ABC, XYZ' then the tool tip should appear otherwise not. We have AdvancedDataGridColumn and using…
0
votes
1 answer

print advanceddatagrid in flex 4.1

I need help with printing my advanceddatagrid. I tried different ways but all I get is a blank table. The table is there but there are no headers or data in it. Here's my code:
mileesah
  • 63
  • 1
  • 2
  • 7