advanceddatagrid
Update hierarchical data provider in advanced data grid during drag and drop
I am trying to drag and drop hierarchical data in the same advanced data grid, and I would like the data provider to updated when the ADG is updated. (I want to be able to save and load this tree, so[详细]
2023-01-24 06:19 分类:问答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[详细]
2023-01-15 10:21 分类:问答Detect if Flex AdvancedDataGrid itemClick is actually a drag
Is there any way to detect if AdvancedDataGrid itemClick event is actua开发者_JAVA百科lly caused by the user dragging? I\'d like to take action on click, but ignore drag.you should add drag handler, d[详细]
2023-01-14 00:16 分类:问答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.[详细]
2023-01-13 16:28 分类:问答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 ??[详细]
2023-01-07 21:38 分类:问答how to access flex component id's generically?
I have some generic functions like copy, paste,etc in an AS file. I want to use them for editing data present in different mxml applications embedded in one application. If I pass the child\'s compone[详细]
2023-01-07 09:42 分类:问答Flex AdvancedDataGrid sort
I have an AdvancedDataGrid that is being populated by customer data. Each customer has 3 monthly products(1, 3, 6), and also a passed field specifying whether the customer qualifies for any of the mon[详细]
2023-01-07 01:24 分类:问答How to determine currently sorted header column in data grid?
I want to know which header the user clicked on to give the currently sorted view. Is there an API in flex framework that I开发者_StackOverflow中文版 can use to achieve this? Hopefully I can get back[详细]
2023-01-06 11:53 分类:问答How can I programmatically get and set column sorting parameters in AdvancedDataGrid?
How can I programmatically get and set column sorting parameters in AdvancedDataGrid?I\'m especially interested in val开发者_JAVA技巧ue that indicates that user have sorted data in AdvancedDataGridCol[详细]
2023-01-05 03:27 分类:问答Resizing columns in adobe flex AdvancedDataGrid
I\'m using an AdvancedDataGrid without the header row (AdvancedDataGrid.showHeaders=\"false\"), my AdvancedDataGrid has 2 columns, where the first one will show a hierarc开发者_高级运维hical data (tre[详细]
2023-01-02 20:20 分类:问答