advanceddatagrid
Finding x,y position of a datagrid / adavancedDataGrid row in Flex
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.[详细]
2022-12-21 04:51 分类:问答AdvancedDataGrid does not displays object properties
I have following data: var data: ArrayCollection = new ArrayCollection( [ { name: \"ProductA\", user: {login: \"loginA\", email: \"emailA\"} },[详细]
2022-12-20 21:44 分类:问答AdvancedDataGrid hell: data on grouping rows
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 |[详细]
2022-12-17 20:46 分类:问答Filtering in flex AdvancedDataGrid using input text
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[详细]
2022-12-14 22:40 分类:问答Advanced DataGrid in flex
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\[详细]
2022-12-14 13:27 分类:问答Preserve multi-column sort in AdvancedDataGrid with dataProvider as GroupingCollection
I have three attributes in my XML object: last name, first name, and age. My sample XML looks like: <dataXML>[详细]
2022-12-14 05:45 分类:问答Flex: Displaying xml in advanced data grid
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[详细]
2022-12-13 11:13 分类:问答Flex Advanced data grid:column visibility
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[详细]
2022-12-13 05:16 分类:问答Flex: Make columns aligned between 2 DataGrids?
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,[详细]
2022-12-11 10:52 分类:问答Flex: Add TOTAL column for AdvancedDataGridColumnGroup?
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[详细]
2022-12-09 02:13 分类:问答