Enum
GridCommandItemType

Enumerates the Grid command item type. The standard 'AddNew' and 'Refresh' are supported.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum GridCommandItemType

Fields

AddNew

The 'AddNew' command type.

Declaration

cs-api-definition
AddNew = 0

Field Value

GridCommandItemType

AddNewMobile

The 'AddNew' command type when RenderMode is Mobile.

Declaration

cs-api-definition
AddNewMobile = 9

Field Value

GridCommandItemType

CancelChanges

Cancel changes when editmodetype is Batch

Declaration

cs-api-definition
CancelChanges = 7

Field Value

GridCommandItemType

CancelChangesMobile

Cancel changes when editmodetype is Batch

Declaration

cs-api-definition
CancelChangesMobile = 13

Field Value

GridCommandItemType

ExportCSVLite

The 'ExportCSVLite' command type when RenderMode is Mobile.

Declaration

cs-api-definition
ExportCSVLite = 18

Field Value

GridCommandItemType

ExportCsv

The Export to csv.

Declaration

cs-api-definition
ExportCsv = 5

Field Value

GridCommandItemType

ExportExcel

The Export to excel.

Declaration

cs-api-definition
ExportExcel = 4

Field Value

GridCommandItemType

ExportExcelLite

The 'ExportExcelLite' command type when RenderMode is Mobile.

Declaration

cs-api-definition
ExportExcelLite = 15

Field Value

GridCommandItemType

ExportMobile

The 'ExportMobile' command type when RenderMode is Mobile.

Declaration

cs-api-definition
ExportMobile = 14

Field Value

GridCommandItemType

ExportPDFLite

The 'ExportPDFLite' command type when RenderMode is Mobile.

Declaration

cs-api-definition
ExportPDFLite = 16

Field Value

GridCommandItemType

ExportPdf

The Export to pdf.

Declaration

cs-api-definition
ExportPdf = 2

Field Value

GridCommandItemType

ExportWord

The Export to word.

Declaration

cs-api-definition
ExportWord = 3

Field Value

GridCommandItemType

ExportWordLite

The 'ExportWordLite' command type when RenderMode is Mobile.

Declaration

cs-api-definition
ExportWordLite = 17

Field Value

GridCommandItemType

Next

The 'Next' command type of frozen columns buttons when RenderMode is Mobile.

Declaration

cs-api-definition
Next = 11

Field Value

GridCommandItemType

OpenColumnsDisplayMenu

Open columns display menu.

Declaration

cs-api-definition
OpenColumnsDisplayMenu = 8

Field Value

GridCommandItemType

Prev

The 'Prev' command type of frozen columns buttons when RenderMode is Mobile.

Declaration

cs-api-definition
Prev = 10

Field Value

GridCommandItemType

Print

The 'Print' command type.

Declaration

cs-api-definition
Print = 19

Field Value

GridCommandItemType

Refresh

The 'Refresh' command type.

Declaration

cs-api-definition
Refresh = 1

Field Value

GridCommandItemType

SaveChanges

Save changes when editmodetype is Batch

Declaration

cs-api-definition
SaveChanges = 6

Field Value

GridCommandItemType

SaveChangesMobile

Save changes when editmodetype is Batch

Declaration

cs-api-definition
SaveChangesMobile = 12

Field Value

GridCommandItemType