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 AdvancedDataGrid Custom Sorting problem

I have an advanced datagrid and I am implementing a custom sort. My adv.data grid slows down on each consequent sorting...and if the nodes are opened, it simply times out. My data looks like the following (g = grp on ID)* ID f_name l_name …
0
votes
1 answer

AdvancedDataGrid Column Sorting Question

I have am using an mx:advanceddatagrid and I running into a problem with grouped column sorting. A screenshot of what my grid looks like is here: https://i.stack.imgur.com/waAi7.png I have the following kind of data: PRODUCT_ID PROD_NAME …
user478727
  • 23
  • 1
  • 7
0
votes
2 answers

Flex execution timeout in AdvancedDataGrid

I've a problem, I'm using an AdvancedDataGrid . It loads about 3000 records with about 20 columns. I constantly get Flex execution timeout because the grid executes a lot inside LayoutManager. How can I make it asyncronousely or faster at all?
racer
  • 4,497
  • 3
  • 18
  • 13
0
votes
1 answer

Flex AdvancedDatagrid populating with groupingCollection based on xml

I'm currently trying to populate an flex 3 AdvancedDatagrid with xml received from a HTTPService with id="produktMatrix_data". The layout is as follows: http://pastebin.com/NqFqgj86 The result should look like: The further rows like KID, M.., etc.…
oldwired
  • 527
  • 5
  • 12
0
votes
2 answers

Filter DataGridView via C# textbox with each word as a filter

Please I wanted to filter the grid view based on each word of the text box. where the filter has to search the data-grid each time I add a word consecutively. But in the code below it ends returning the search only depending on the last word. …
Firas S
  • 19
  • 7
0
votes
1 answer

click on AdvancedDataGrid cell and change its color

simple (?) question: what's the easiest way to programmatically change the style of an ADG cell most recently clicked by the user? Important note: I'm assuming cells not to editable and the selection mode to be singleRow, i.e. the specific cell…
fred august
  • 1,109
  • 12
  • 31
0
votes
0 answers

AdvancedDataGrid Row Highlight in Flex

I am working in Adobe Flex 4.6 web application. I have a AdvancedDataGrid. I want to highlight multiple row in red border. If multiple row is highlighted in AdvancedDataGrid and i click or select any highlighted row or non highlighted row.…
0
votes
1 answer

Show border color in AdvancedDataGrid selected row in Flex

How can I show the borderColor of selected row in AdvancedDataGrid in Flex 4.6. You can see the following image for your reference.
0
votes
1 answer

Flex AdvancedDataGrid multiple cell selection highlight not fully clearing

I've two problems, the second of which is only an issue because it's a possible way to fix the first! I'm developing a Flex 4.1 application, using a Spark theme: I can't change these; Halo isn't an option. It's providing the facility to fill…
tridian
  • 631
  • 1
  • 5
  • 10
0
votes
0 answers

How to display the highlight search in datagridview

Currently I use the following code to highlight the search in datagridview..but the problem is, I can't highlight the selected search..the code show below, just highlight the search that I search..So, how can I highlight search the data I want and…
0
votes
2 answers

Export Grouped AdvancedDataGrid as CSV text

I'm trying to export an AdvancedDataGrid to CSV. This is easy enough for non-hierarchical data, but when using a HierarchicalCollectionView to show treed data it gets trickier. Any suggestions on how to access each of the cells just as they appear…
Senior
  • 2,259
  • 1
  • 20
  • 31
0
votes
2 answers

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. I've been getting null for event.column, event.item,…
0
votes
2 answers

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 docs don't really cover this kind of thing (at…
0
votes
1 answer

Can i make a pivot like application using Advanced Datagrid?

I want to capture the header click event and on click , i want to split the columns ,by adding the AdvancedDatgridColumnGroup dynamicaly at each level.Is it feasible? Atleast help me with capturing the header click event.Please do not suggest OLAP…
himanshu
  • 392
  • 3
  • 17
0
votes
1 answer

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 it sorts and the data in other columns which is…
Sne
  • 11
  • 2