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 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
ArrayCollectionclass.If you’ll share your
Mapclass source, I will help you.