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百科
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?
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
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
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.
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.
I need help with printing my advanceddatagrid. I tried different ways but all I get is a blank table.
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.
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
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