开发者

Map with Advanced datagrid in flex

开发者 https://www.devze.com 2023-01-14 18:31 出处:网络
I had a map like Map** helloMethos() { } I need to display the values to the advanced datagrid with the Map.

I had a map like

Map** helloMethos() {

}

I need to display the values to the advanced datagrid with the Map.

I had searched, Advanced Atagrid 开发者_JAVA技巧supports only list of Arraycollection to display the values in grid. is it Correct? Please help me out if am wrong.


you should write a converter from your Map class to ArrayCollection class. If you'll share your Map class source, I will help you.

0

精彩评论

暂无评论...
验证码 换一张
取 消