advanceddatagrid
ItemRenderer shows through ItemEditor on AdvancedDataGrid
I\'m pretty new to Flex, so there\'s probably a good chance I\'m missing something obvious, but in the first example code, everything works as expected. When not editing the cell, it shows a centered[详细]
2023-02-22 18:29 分类:问答Sorting dates in adg
I have an advancedDataGrid and I would like to sort the adgaccording oneAdvancedDataGridColumn(studyDate) which use strings in format DD/MM/YYYY(I receive like this from the server):[详细]
2023-02-22 01:53 分类:问答Flex AdvancedDataGrid HierarchicalData XML results in unwanted rows
I guess the best way to explain my issue is to describe it in terms of the hierarchical XML data example on Livedocs.[详细]
2023-02-21 17:37 分类:问答How to sort AdvancedDataGrid with hierarchical data?
I have an AdvancedDataGrid with a HierarchicalCollectionView as its dataProvider. When I view the grid with the dataset I\'m working with, and click the header 开发者_运维问答of the column I wish to s[详细]
2023-02-20 09:22 分类:问答Error when extending AdvancedDataGridRenderer
I have set the itemrenderer package like that: package myrenderers { import mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer;[详细]
2023-02-20 01:37 分类:问答Issue with itemEditor in AdvancedDataGrid when using hiearchical data as dataProvider
Following is the sample code. While I start editing either in optionId column or option column, the other rows of the same column are also get affected and reflecting the same value. But when I am ed[详细]
2023-02-19 09:00 分类:问答AS: getting XML attribute of selected row in AdvancedDataGrid
I populate an AdvancedDataGrid with XML Data, this is an example of the XML data I use : <list> <root>[详细]
2023-02-17 10:04 分类:问答Sort Columns in advancedDataGrid
I\'m making an application where I displa开发者_StackOverflowy an AdvanvedDataGrid with one column with dates(in format DD/MM/YYYY) and another with datetimes (in format HH:MM). I\'d like to sort date[详细]
2023-02-17 08:56 分类:问答AdvancedDataGrid: how to tell how many rows are currently visible?
Does anyone know how to query an ADG (or its rows) to figure out how many rows are currently visible (i.e. not collapsed) when displaying different levels of a hierarchical collection?[详细]
2023-02-16 02:31 分类:问答Dispatching event from advancedDatagrid to its item renderer component
I Need to catch an event in itemrenderer component dispatched 开发者_高级运维from its parent i.e an advanced datagrid. How could i achieve it. Please suggest me on this.[详细]
2023-02-14 15:43 分类:问答