0

I am using ArcGis JavaScript 3.5 APIs and after seaching the data from the map, i am putting the data in dgrid.OnDemandGrid. This everything is working fine . I want to ask Is there any option to export the resulten data into csv file ?

Rahul Gupta
  • 105
  • 4
  • 16

2 Answers2

0

there is no option to set, I think you can develop it for yourself.

Jun Zhu
  • 36
  • 3
0

Kenneth Franqueiro has a nice solutions up: https://github.com/kfranqueiro/dojo-smore/blob/master/Csv.js#L135-170

It's really based on Memory store rather than the actual dgrid, but since most likely you are binding a Memory store to your dgrid anyway this should work for you.