Tag Archives: DataGrid
Binding XML to ComboBox using XMLListCollection
This post has been in serious need of updating since its one of my more popular posts, but the post is really outdated. Here is a new way to bind your data to a ComboBox and DataGrid by loading your XML document and converting it to an XMLListCollection. Update 9/15/2009 An easier way to convert [...]
Adding Drag-and-Drop & Drop Deny to DataGrid
I wanted to add a drag-and-drop UI element to a current project. What I wanted was to create two DataGrid components, side-by-side, one that I could drag items from to create an ordered list of selected items in another DataGrid. I also wanted to reorder the items in the second DataGrid to my liking. The only restriction I had was that the [...]
Binding Complex XML to a DataGrid in Flex (Redux)
Most binding examples work with a flat XML structure. However, in most cases the format of the data will not work directly with Flex components. I was looking for a way to bind complex XML to a DataGrid in Flex 2. I ran across a post by Brandon Purcell dealing with the same subject but [...]


Using XML with DataGrid itemRenderers