Hmm, not sure what to make of the Spark Datagrid.
Initially it was much faster than the MX Datagrid, even without the
useVirtualLayout='true' property being set. (and mx Datagrid 4.13 didn't
seem any different than 4.6).
Now the page has become unresponsive and Chrome's memory has exploded, so,
I'm thinking that there is a memory leak.
Questions:
1) Is spark datagrid known to be leaky?
2) what is the correct way to use useVirtualLayout?
I tried this, which seemed to work, but wouldn't allow the grid height to
stretch to 100%:
<s:layout >
<s:VerticalLayout useVirtualLayout="true">
</s:VerticalLayout>
</s:layout>
<s:DataGrid dataProvider="{arr}" height="100%" width="100%"
........
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Flex-Datagrid-MX-vs-Spark-tp9314p9326.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.