New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridCsvSettings

Container of misc. grouping settings of RadGrid control

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ObjectWithState
  • Telerik.Web.UI.GridCsvSettings

Properties

ColumnDelimiter GridCsvDelimiter

Gets or sets the row delimiter for RadGrid CSV export.

EnableBomHeader Boolean

Determines whether the CSV file will have a BOM header.

EncloseDataWithQuotes Boolean

Gets or sets whether the data will be enclosed with quotes for RadGrid CSV export.

Encoding GridCsvEncoding

Used to set the text encoding for the CSV file

FileExtension String

Gets or sets the file extension for RadGrid CSV export.

RowDelimiter GridCsvDelimiter

Gets or sets the row delimiter for RadGrid CSV export.

In this article