Tagged Questions
0
votes
0answers
123 views
Flex: AdvancedDataGridColumn tooltip interference
The AdvancedDataGridColumn has a property showDataTips. If this is set to true then each cell in the AdvancedDataGridColumn will show a toolTip on rollOver. There is just one problem, the toolTip ...
1
vote
1answer
52 views
AdvancedDataGrid Flex Analogue
Could you suggest me please any Flex 3 (MX) component, which works like Flex's AdvancedDataGrid but much easier?
I need only hierarchical view for data and ability to easily customize it's view. ...
1
vote
0answers
507 views
Applying Item Renderer to Flex Advanceddatagrid
I'm trying to apply a custom item renderer to a Flex AdvancedDataGrid. I'm testing right now by applying a solid black square to the parent nodes @ depth="1". The black square is not the final item ...
0
votes
0answers
33 views
row span for Advancedatagrid in flex 3
Can anybody please help me or give sugession for how to merge two or more datagrid rows same like merging rows in html table.
Thanks in advance !
0
votes
0answers
25 views
Dynamically added column throwing error at labelfunction
I have 5 sets of column .Dynamically adding this column to datagrid based on 5 inputs. Couple of columns having LABLEFUNCTION others do not have.Getting error at lablefunction method even if assign ...
0
votes
0answers
313 views
Dynamically display datagrid column value using ItemRenderer
I’m having some issues figuring out how to display the column value using an item renderer for a dynamically generated datagrid column. I'm assigning an itemrenderer as part of the column definition ...
0
votes
1answer
182 views
flex3: AdvancedDataGrid with many LinkButton itemrenderers getting performance issue
I am facing loading time taking - performance issue due to many linkbuttons in the datagrid.
Suppose, In my page, there are 4 pod(panel) objects, and each containing ADGrid.
As of now, for some ...
0
votes
1answer
233 views
Access a column field property of advanced datagrid in the header renderer
I have to access the column field property of an advance datagrid in the header renderer.
Basically what i am trying to achieve is that whenever i click on a column header field then its ...
0
votes
1answer
212 views
Dynamically change DefaultLeafIcons in AdvancedDataGrid
Overview:
I have an advancedDataGrid that I am using a GroupingCollection on and I want to be able to change the individual DefaultLeafIcons (no children icon) based upon a value I get from the ...
2
votes
1answer
84 views
Is it possible to insert an HBox between a AdvancedDataGrid Header and the the grid data/content?
I need to insert a Box containing some text that appears between the grid header and main content and spans all the grid columns. I've been searching and experimenting (addChildAt()) but no luck so ...
0
votes
2answers
457 views
Overlay text on AdvancedDataGrid in Flex 3
I am trying to overlay a label onto an AdvancedDataGrid when there are no results returned from a call for the data.
Here is a mockup of what I am trying to accomplish ...
0
votes
2answers
533 views
Flex 3 AdvancedDataGrid Grouping
Is there a way to have ungrouped and grouped items mixed in the same datagrid?
For example, think of a grid that lists the root items on a C:\ drive.
Obviously, we would want the Directory Structure ...
2
votes
1answer
441 views
Vertical Grid Line in datagrid disappears
Apology in advance - this is sort of a long shot, but thought I'd try. I have a fairly large app that employs an AdvancedDataGrid component. When resizing a specific column (the second one to be ...
0
votes
1answer
383 views
Using Datavisualization.swc in my Flex Builder
I have upgraded my Flex Builder compiler to SDK 3.2 from SDK 3.0 and as a result unable to use AdvanceDataGrid in my application anymore. I think I need to download the 'datavisualization_SDK3.2.zip’ ...
2
votes
2answers
1k views
AdvancedDataGrid: how to tell how many rows are currently visible?
Does anyone know how to query an ADG (or its rows) to figure out how many rows are currently visible (i.e. not collapsed) when displaying different levels of a hierarchical collection?
In other words ...
0
votes
2answers
221 views
AdvancedDataGridEvent - Why do certain properties of the event come back null?
Yet another woe with the AdvancedDataGrid - this time, with the AdvancedDataGridEvent.
It seems that when listening to the ITEM_EDIT_END event, several of the event properties are returned null. ...
0
votes
2answers
1k views
AdvancedDataGrid Problem (Bug?) — Disclosure Icons in Wrong Column. (Hierarchical data, Flex 3.5)
I've run into a bit of a funny one and thought it was worth posting:
I'm using an Advanced Data Grid in a case where I've got to set the data provider at runtime using hierarchical data. The adobe ...
0
votes
1answer
247 views
Sorting in AdvancedDatagrid in Flex 3
I am using in-built sort functionality provided by AdvancedDatagrid.
I have multiple columns and suppose I have 10 rows. All 10 rows have the same data in one column.
If I sort on that column, then ...
0
votes
1answer
819 views
AdvancedDataGrid - disable the header rollover and selection color
i used before a datagrid and fixed that issue by overriding the methods but now i have to move to advanced data grid and didn't find the answer yet, could any one help, thanks
1
vote
1answer
286 views
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 ...
1
vote
3answers
2k views
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 ...
-1
votes
1answer
268 views
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?
2
votes
1answer
381 views
Grouping Collection seperating numeric 5 from String “5”
BackGround: I have an advanced data grid. The data provider for this ADG is an ArrayCollection. There is a grouping collection on an ID field of this AC.
Example of a couple items within this AC the ...
2
votes
3answers
2k views
Finding x,y position of a datagrid / adavancedDataGrid row in Flex
I have flex advancedDataGrid (could use dataGrid if that works better, though i like my meta-column headers), and i want to have a component popup on top of a selected row.
The problem is, i can ...
6
votes
2answers
2k views
AdvancedDataGrid does not displays object properties
I have following data:
var data: ArrayCollection = new ArrayCollection(
[
{ name: "ProductA", user: {login: "loginA", email: "emailA"} },
{ name: ...
1
vote
1answer
715 views
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 ...
1
vote
2answers
4k views
Flex GroupingCollection: Loop through the children
I am using a GroupingCollection to bind my advanceddatagrid. I have used groupingcollection to group the data by date.
Now I need to select the data in the datagrid through the code. Does anyone have ...
0
votes
1answer
255 views
Flex: Make columns aligned between 2 DataGrids?
I have 2 advanced data grids, one above the other. They both have the exact number of columns, and pertain to each other in the same way. But each is showing different data, which is why I split into ...
0
votes
2answers
1k views
Flex: Add TOTAL column for AdvancedDataGridColumnGroup?
I have an AdvancedDataGrid that has a couple AdvancedDataGridColumnGroup's I would like each group to have an extra column, that shows the total of all the other columns in the group. I also need to ...
7
votes
1answer
399 views
How to create an overlay in advanced grid in Flex
I'd like to know how to create an "overlay" in Flex's Advanced Grid? See the sample here
http://tinypic.com/r/4ieccm/4
1
vote
1answer
507 views
Persist row order in Flex AdvancedDataGrid
I have an AdvancedDataGrid that I allow the user to drag/drog the rows to reorder them and also allow them to sort on columns. I want to save the row ordering so that the next time I load up the ...
0
votes
1answer
2k views
Creating a column of RadioButtons in Adobe Flex
I am having an un-predictable behavior of creating radio buttons in advancedDataGrid column using itemRenderer. Similar kind of problem has been reported at
...
0
votes
7answers
3k views
AdvancedDataGrid Multi-column programmatic sorting
I need to to a programmatic multi column sorting on the AdvancedDataGrid.
The issue is, currently I am implementing paging on my grid. So, if I sort the data, only the perticular page is being sorted. ...
0
votes
1answer
939 views
How do I programmatically move an item in a Flex 3 AdvancedDataGrid?
Is there a way to move a row in an AdvancedDataGrid in response to an external event? In this case, I'd like to have a toolbar button that moves an item or items selected in the grid either up or ...
1
vote
1answer
1k views
Flex AdvancedDataGrid caching records
I have an AdvancedDataGrid(ADG) bound to an ArrayCollection. ArrayCollection is populated from my Oracle database. Now, the records I have in the database are in millions and sometimes, based on the ...
0
votes
1answer
742 views
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 ...
0
votes
2answers
2k views
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 ...
