Class ClientSideEvents
Gets or sets the list of Events to perform some grid functionalities.
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ClientSideEvents
Constructors
ClientSideEvents()
Declaration
public ClientSideEvents()
Properties
ActionBegin
Triggered for every grid action before its starts.
Declaration
public string ActionBegin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ActionComplete
Triggered for every grid action success event.
Declaration
public string ActionComplete { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ActionFailure
Triggered for every grid action server failure event.
Declaration
public string ActionFailure { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BatchAdd
Triggered when record batch add.
Declaration
public string BatchAdd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BatchDelete
Triggered when record batch delete.
Declaration
public string BatchDelete { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeBatchAdd
Triggered before the batch add.
Declaration
public string BeforeBatchAdd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeBatchDelete
Triggered before the batch delete.
Declaration
public string BeforeBatchDelete { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeBatchSave
Triggered before the batch save
Declaration
public string BeforeBatchSave { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforePrint
Triggered when before print the grid.
Declaration
public string BeforePrint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeRowDrop
Triggered when before drop the row.
Declaration
public string BeforeRowDrop { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeginEdit
Triggered before the record is going to be edited.
Declaration
public string BeginEdit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellDeselected
Triggered after the cell is deselected.
Declaration
public string CellDeselected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellDeselecting
Triggered before the cell is going to be deselected.
Declaration
public string CellDeselecting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellEdit
Triggered when record cell edit.
Declaration
public string CellEdit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellSave
Triggered when record cell save.
Declaration
public string CellSave { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellSelected
Triggered after the cell is selected.
Declaration
public string CellSelected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellSelecting
Triggered before the cell is going to be selected.
Declaration
public string CellSelecting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnDeselected
Triggered after the column is deselected.
Declaration
public string ColumnDeselected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnDeselecting
Triggered before the column is going to be deselected.
Declaration
public string ColumnDeselecting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnDrag
Triggered when the column is being dragged.
Declaration
public string ColumnDrag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnDragStart
Triggered when column dragging begins.
Declaration
public string ColumnDragStart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnDrop
Triggered when the column is dropped.
Declaration
public string ColumnDrop { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnSelected
Triggered after the column is selected.
Declaration
public string ColumnSelected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnSelecting
Triggered before the column is going to be selected.
Declaration
public string ColumnSelecting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContextClick
Triggered when context menu item is clicked
Declaration
public string ContextClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContextOpen
Triggered before the context menu is opened.
Declaration
public string ContextOpen { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Create
Triggered when the grid is rendered completely.
Declaration
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataBound
Triggered when the grid is bound with data during initial rendering.
Declaration
public string DataBound { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Destroy
Triggered when grid going to destroy.
Declaration
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DetailsCollapse
Triggered when detail template row is clicked to collapse.
Declaration
public string DetailsCollapse { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DetailsDataBound
Triggered detail template row is initialized.
Declaration
public string DetailsDataBound { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DetailsExpand
Triggered when detail template row is clicked to expand.
Declaration
public string DetailsExpand { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndAdd
Triggered after the record is added.
Declaration
public string EndAdd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndDelete
Triggered after the record is deleted.
Declaration
public string EndDelete { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndEdit
Triggered after the record is edited.
Declaration
public string EndEdit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Load
It triggers initial load.
Declaration
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MergeCellInfo
Triggered every time a request is made to access particular cell information, element and data.
Declaration
public string MergeCellInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MergeHeaderCellInfo
Triggered every time a request is made to access particular header cell information, element and data.
Declaration
public string MergeHeaderCellInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QueryCellInfo
Triggered every time a request is made to access particular cell information, element and data.
Declaration
public string QueryCellInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordClick
Triggered when record is clicked.
Declaration
public string RecordClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecordDoubleClick
Triggered when record is double clicked.
Declaration
public string RecordDoubleClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Resized
Triggered after column resized.
Declaration
public string Resized { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResizeEnd
Triggered when column resize end.
Declaration
public string ResizeEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResizeStart
Triggered when column resize start.
Declaration
public string ResizeStart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RightClick
Triggered when right clicked on grid element.
Declaration
public string RightClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowDataBound
Triggered every time a request is made to access row information, element and data.
Declaration
public string RowDataBound { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowDeselected
Triggered after the row is deselected.
Declaration
public string RowDeselected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowDeselecting
Triggered before the row is going to be deselected.
Declaration
public string RowDeselecting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowDrag
Triggered when dragging the row.
Declaration
public string RowDrag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowDragStart
Triggered when row Drag starts.
Declaration
public string RowDragStart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowDrop
Triggered when drop the row.
Declaration
public string RowDrop { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowHover
Triggered while hover the row in the grid.
Declaration
public string RowHover { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowSelected
Triggered after the row is selected.
Declaration
public string RowSelected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowSelecting
Triggered before the row is going to be selected.
Declaration
public string RowSelecting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplateRefresh
Triggered when refresh the template column elements in the Grid.
Declaration
public string TemplateRefresh { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolbarClick
Triggered when toolbar item is clicked in grid.
Declaration
public string ToolbarClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |