I have used the logic from Spark Tree to build AdvancedDataGrid
based on Spark DataGrid
and it seem to work nice:
Since AdvancedDataGrid
contains a few code and uses a lot of Spark Tree logic I’ve decided to add it to the Spark Tree project in GitHub.com instead of creating a separate library.
Note: you will not see disclosure icons unless you specify corresponding item renderer for some column: <s:GridColumn itemRenderer="com.sparkTree.DefaultTreeADGItemRenderer"/>
Download SparkTree4.5.swc for Flex SDK 4.5 and higher.
Please report bugs in comments or to the GitHub Issue Tracker.
[...] there is currently no official Spark AdvancedDataGrid, Maxim Kachurovskiy has created his own custom Spark AdvancedDataGrid/ which he has added to the Spark Tree project on [...]
Great stuff, man, thanks for sharing it !
Thanks for you Spark advance datagrid..
I have used this component with some editable renderers for multiple cells , but i see performance issue,when i tabbing out from one cell to another cell .
Can you suggest any solution for this issue.
Thanks,
Vasu
Can you please run profiler and tell what methods are most time consuming? Make sure that you clear performance data before switching editors.
I am using child item renderer with two images(have some functionality) for the Root column which has plus(+) symbol,because of that performance got decreased.
Can you suggest any work around for this issue.
Thanks,
Vasu
Even i can see performance issue with many childs(rows) in advanced datagrid.
Hi Vasu! Can you please create sample project that shows the problem and upload it to some file share service? Thanks!
Hi! How can I set up grid to display all items expanded by default?
You have to manually iterate through the data and open each node.
Здравствуйте, использую ваш компонент Spark AdvancedDataGrid. Столкнулся с таким поведением: если весь текст не влезает в ячейку сетки, то его видно и на следующих ячейках строки, только серым цветом.
Это баг или фича? И как избавиться от этого эффекта?
Баг.
Используйте свой ItemRenderer отнаследовав его от https://github.com/kachurovskiy/Spark-Tree/blob/FlexSDK4.5/src/com/sparkTree/AdvancedDataGridItemRenderer.as и исправьте баг в дочернем классе.
Альтернативный вариант – исправьте баг прямо в AdvancedDataGridItemRenderer.as
Спасибо!
Hi,
Very nice component.
However, it seems sorting the rows by clicking the column headers has been disabled in this component.
I guess this is deliberate because of the child objects, but the mx:advanceddatagrid has sorting abilities, so it’s possible to do.
Do you have a solution for sorting, or can you tell me where you disabled it so I can try to figure it out myself?