I have flex advancedDataGrid (could use dataGrid if that works better, though i like my meta-column headers), and i want to have a component popup on top of a selected row.
I have following data: var data: ArrayCollection = new ArrayCollection( [ { name: \"ProductA\", user: {login: \"loginA\", email: \"emailA\"} },
I need a hierarchical grid that shows data in columns for the parent rows as well as the child rows. - a parent | 1234 | data | data |
I have a advancedDatagrid with column headers having input text开发者_运维技巧 boxes for filtering.The column is filtered according to input text when I use characters as data inside that column.But w
I am using Adva开发者_如何学PythonncedDataGrid with its number of rows changing dynamically.I want to adjust the grid height according to the number of rows displayed.Can anyone help me out in this.I\
I have three attributes in my XML object: last name, first name, and age. My sample XML looks like: <dataXML>
I have an external xml file and i want to d开发者_JS百科isplay it in an advanced data grid....as in if i click the parent element the children have to be displayed in the corresponding columns...i\'m
HI I am new to Flex and was wondering, when we use an advanced data grid, only when we click on the parent element the children details get populated in the corr开发者_开发知识库esponding columns, rig
I have 2 advanced data grids, one above the other. They both have the exact number of columns, and pertain to each other in the same way. But each 开发者_StackOverflow中文版is showing different data,
I have an AdvancedDataGrid that has a couple AdvancedDataGridColumnGroup\'s I would like each group to have an extra column, that shows the total of all the other columns in the group. I also need to