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
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):
I guess the best way to explain my issue is to describe it in terms of the hierarchical XML data example on Livedocs.
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
I have set the itemrenderer package like that: package myrenderers { import mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer;
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
I populate an AdvancedDataGrid with XML Data, this is an example of the XML data I use : <list> <root>
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
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?
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.