pashminakazi commented on issue #448: Assigning ArrayCollection to 
ADG.dataProvider
URL: https://github.com/apache/royale-asjs/issues/448#issuecomment-524841991
 
 
   data returned from server side is of type ArrayList<Hashtable[]>[]
   
   and on retrieval we are assigning the result to dataprovider of adg:
     var arrDDResult:Array = e.result as Array;
                  arrDGDataProvider = (arrDDResult[0] as ArrayCollection)[0] as 
ArrayCollection;
                  dg.dataProvider = arrDGDataProvider ;
   
   It takes too much time to populate the grid with data
   during debugging we found that below given line takes 30 seconds to execute
     dg.dataProvider = arrDGDataProvider  
   
   We have tried both of your provided solutions.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to