Hi All,
I want to understand Dojo Grids for that I have taken an example and working on it , Can some one help me understand and update the below code to Export the Grid to an Excel or CSV format ?
Please find the attachment for the Code..
Solved! Go to Solution.
Hi Raviteja,
Have look at this discussion, Select with feature layer using buffer and send selected features to a datagrid
Hi Raviteja,
Have look at this discussion, Select with feature layer using buffer and send selected features to a datagrid
Thank you so much for this , and Still I have challenges in implementation of this , Can you please go though the code and can you brief why the Print and Exporter are not getting invoked even though we have configured the namespace and functions
Here is the Code :
Hi Raviteja,
You need to use EnhancedGrid and enable printer plugin. I have updated the fiddle.
For export to CSV you need server side file streaming to get the save dialog, refer to the discussion i referred for more detail.