|
Name |
Description |

|
static void WriteCsvToResponse(GridViewSettings settings, object dataObject)
|
Obsolete. Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
|

|
static void WriteCsvToResponse(GridViewSettings settings, object dataObject, CsvExportOptions exportOptions)
|
Obsolete. Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
|

|
static void WriteCsvToResponse(GridViewSettings settings, object dataObject, string fileName)
|
Obsolete. Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
|

|
static void WriteCsvToResponse(GridViewSettings settings, object dataObject, bool saveAsFile)
|
Obsolete. Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
|

|
static void WriteCsvToResponse(GridViewSettings settings, object dataObject, string fileName, bool saveAsFile)
|
Obsolete. Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
|

|
static void WriteCsvToResponse(GridViewSettings settings, object dataObject, string fileName, CsvExportOptions exportOptions)
|
Obsolete. Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
|

|
static void WriteCsvToResponse(GridViewSettings settings, object dataObject, bool saveAsFile, CsvExportOptions exportOptions)
|
Obsolete. Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
|

|
static void WriteCsvToResponse(GridViewSettings settings, object dataObject, string fileName, bool saveAsFile, CsvExportOptions exportOptions)
|
Obsolete. Exports the grid's data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
|