Question

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 ?

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top