advanceddatagrid
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, construc开发者_C百科[详细]
2023-02-12 18:37 分类:问答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?[详细]
2023-02-12 06:22 分类:问答Drag and drop column data to another column
In Flex, using AdvancedDataG开发者_如何学Crid, 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\'v[详细]
2023-02-07 03:41 分类:问答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 t[详细]
2023-02-05 15:18 分类:问答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.[详细]
2023-02-03 11:06 分类:问答Add row dynamically to AdvancedDataGrid
I would like to add new row on the fly (runtime) to my AdvancedDataGrid. I can add it to the data model, but couldn’t find a way to make the table render and show the new row.[详细]
2023-01-31 01:24 分类:问答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.[详细]
2023-01-29 14:02 分类:问答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.[详细]
2023-01-25 17:02 分类:问答AdvancedDataGrid initial column sort
I have an AdvancedDataGrid with mx:HierarchicalData as DataProvider. I need the grid to bi sorted on the second column initially but can\'t find any way to specify this. Even if I sort the collection[详细]
2023-01-25 12:22 分类:问答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: http://i.stack.imgur.com/waAi7.png[详细]
2023-01-24 17:03 分类:问答