欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Flex AdvancedDataGrid 数据展示异常

程序员文章站 2022-05-05 19:54:38
...

 

原因分析如下:

1:

If you set the <code>dataProvider</code> property and then immediately call
 the <code>expandChildrenOf()</code> method, you may not see the correct behavior. 
 You should either wait for the component to validate,
 or call the <code>validateNow()</code> method before calling <code>expandChildrenOf()</code>.</p>
       

 

2:调用 expandItem 展开 子条目 ,判断 父条目是否已经展开。

相关标签: flex