IGrid.ExportToCsvAsync Method
| Name | Parameters | Description |
|---|---|---|
| ExportToCsvAsync(Stream, GridCsvExportOptions) | stream, options | Exports grid data to a stream in CSV format. |
| ExportToCsvAsync(String, GridCsvExportOptions) | fileName, options | Exports grid data in CSV format and downloads the result file to the client machine. |