KaxGrid Events |
The KaxGrid type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CancelCommand |
The event triggered after clicking the cancel button in the Kettic KaxGrid control.
|
![]() |
ColumnCreated |
ColumnCreating will be trigger after a custom column created.
|
![]() |
ColumnCreating |
ColumnCreating will be trigger before a column created.
|
![]() |
ColumnsReorder |
This event is trigger after column reordered.
|
![]() |
CreateColumnEditor |
Fires when each editable column creates its column editor.
|
![]() |
CustomAggregate | |
![]() |
DeleteCommand |
DeleteCommand will be triggered when the delete button is clicked.
|
![]() |
DetailTableDataBind |
Triggered when an detail table requires data binding.
|
![]() |
EditCommand |
When you click on the Edit button grid will trigger this event.
|
![]() |
ExcelExportCellFormatting |
This event is triggered when exporting.
|
![]() |
ExcelMLExportRowCreated |
This event is triggered after exporting to ExcelML and the row created.
|
![]() |
ExcelMLExportStylesCreated |
This event is triggered after exporting to ExcelML and the ExcelML style created.
|
![]() |
GridExporting |
This event is triggered when exporting
|
![]() |
GroupsChanging |
This event is triggered after a grouping operation submitted.
|
![]() |
InsertCommand |
This event is triggered when insert button clicked.
|
![]() |
ItemCommand |
Any command bubbles will trigger this event.
|
![]() |
ItemCreated |
Each GridItem created will trigger this event.
|
![]() |
ItemDataBound |
Data binding in Kettic KaxGrid will trigger this event.
|
![]() |
ItemDeleted |
This event is triggered automatically after deleting operation is finished.
|
![]() |
ItemInserted |
This event is triggered automatically after inserting operation is finished.
|
![]() |
ItemUpdated |
This event is triggered automatically after updating operation is performed.
|
![]() |
NeedDataSource |
Triggered when the Kettic KaxGrid need to bind data, and the data source must be defined.
|
![]() |
PageIndexChanged |
Current page index changed will trigger this event.
|
![]() |
PageSizeChanged |
PageSize changed will trigger this event.
|
![]() |
PdfExporting |
This event is triggered when exporting to PDF.
|
![]() |
RowDrop | |
![]() |
SortCommand |
This event is triggered when a column sorting.
|
![]() |
UpdateCommand |
This event is triggered when update button clicked.
|