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
0 answers
MyHierarchicalData with ArrayCollections containing different objects
This is where I call the HierarchicalData
dpHierarchy contains a list of Radio.
And My Object Radio contains two lists :
public class RadioRds implements…

ErEcTuS
- 777
- 1
- 14
- 33
0
votes
1 answer
How do you exclude specific columns from child rows within in an AdvancedDataGrid when displaying hierarchial data?
I have an AdvancedDataGrid that is displaying information in a hierarchical fashion; a list of sites and their associated sub areas.
The data structure is:
public interface ISite
{
function get displayName():String
function get…

Ryan Taylor
- 8,740
- 15
- 65
- 98
0
votes
1 answer
Create and send Hierarchical Data from flex to java
I'm trying to create a Hierarchical Data Grid in flex using AdvancedDataGrid. The data is retrieved from a remote java object.
For project and requirement purposes, GroupingCollection is NOT an option.
So I'm trying to create a dataprovider just…

Sameer
- 67
- 1
- 10
0
votes
2 answers
Export chart data to excelsheet
I wanted to export chart data (coming from java services) to excel. Do I need to create datagrid for that.

mukherjeerimi
- 27
- 4
0
votes
1 answer
Flex 4, AdvancedDataGrid: initial column width
I got a problem with the widths of the advanceddatagrid-columns.
First of all, my layout is a HDividedBox, on the left there is the navigation, on the right there is a module, containing the advanceddatagrid.
left Side: navigation
right side: module…

misantronic
- 1,132
- 2
- 10
- 23
0
votes
1 answer
Flex formatting byte to MB, GB, TB, etc. in AdvancedDataGrid column that uses Summaries
Before anyone answers the question I already have the code that converts from bytes to MB, GB, TB, etc., it is below:
private var _levels:Array = [ 'bytes','Kb','MB','GB','TB','PB','EB','ZB','YB'];
private function…

Chris
- 85
- 8
0
votes
2 answers
Flex Datagrid Editable In runtime
in my flex application i have a datagrid as 2 columns editable and remaining columns are non editable. in some condition, in runtime i have to change the editable column to non editable...how can i do this?? any suggestions??
Heres my…

Aravinth
- 363
- 2
- 10
- 33
0
votes
1 answer
Flex AdvancedDataGrid databind complete event
Is there some way in Flex where I can tell when all of the data has finished binding to my AdvancedDataGrid? I have a bunch of label functions that run and I need to a busy cursor while the grid gets populated. I then want to remove it when it's all…

CodeMonkey
- 300
- 1
- 6
- 18
0
votes
1 answer
Flex keyboard Event
I jus want to know, In Flex Datagrid If the pressed key is Enter, stop the propagation and dispatch a fake Tab Event.
Any suggesstion,
Thankxx

Aravinth
- 363
- 2
- 10
- 33
0
votes
1 answer
Setting Closed Nodes for AdvancedDataGrid from a Separate File
I'm trying to set specific closed nodes in my AdvancedDataGrid, and I know you would normally do so using the expandItem() property with the grid. However, I'm obtaining the Hierarchical Data in a separate file, so I'm having difficulty trying to…

aviangentile
- 111
- 3
0
votes
3 answers
How to stop AdvancedDataGrid with HierarchicalData from moving child elements with multiple parents to different levels?
I'm having a problem where my child element is moved together with itself in the chart where it has multiple parents at different levels. This is kind of odd and I think it might be intended functionality to illustrate that it's the same element but…

buddyp450
- 528
- 2
- 10
- 27
-1
votes
3 answers
Advanced DataGridView DateTime Filter
In my win form application I have used 'Advanced DataGridView'. For filter string columns it is working good but when i filter Datetime column the grid view becomes empty.
When i did debug it, i came to known that it is getting only dates and not…

Muhammad Haroon
- 274
- 1
- 6
- 20
-1
votes
1 answer
HIghlight row in red border in AdvancedDataGrid in Flex 4
I want to highlight the row in red border in AdvancedDataGrid without selecting the row. My selected item is different from the highlight row. Please see the following image :
My selected index is where Territory is Nevada but my highlighted row is…

BikrantSingh
- 95
- 6
-1
votes
1 answer
select all checkbox in advanceddatagrid flex headerrenderer
I am trying to have a "Select/DeselectAll"checkbox in an advanced data grid column in flex.

Shenoy Tinny
- 1,315
- 10
- 22
- 34
-1
votes
1 answer
sorting advance datagrid columns in flex
I have four columns in advance datagrid like company, contact_person, product and date. I want to sort by product followed by company and followed by date. How can I do this in Advance Datagrid?

david
- 1
- 1