I return data to a RadGrid and would like to give the user the option to either export it to a CSV and/or Excel file. The CSV file would only provide them limited fields that they would need in order to import it into another application. The Excel version would contain all the columns displayed in the Grid.
I am currently able to give them the Excel file but is this possible to give them the CSV file using the same grid results only exporting preselected columns? If so, how would I go about doing this?
Also, is it possible to display the filters (using radFilter) that were applied on the exported file?
I am currently able to give them the Excel file but is this possible to give them the CSV file using the same grid results only exporting preselected columns? If so, how would I go about doing this?
Also, is it possible to display the filters (using radFilter) that were applied on the exported file?