- Properties
- action string
- cancel boolean
- columnName string
- columns PredicateModel[]
- currentFilterObject PredicateModel
- currentFilteringColumn string
- currentPage number
- data Object
- direction SortDirection
- excelSearchOperator string
- filterChoiceCount number
- foreignKeyData Object
- form HTMLFormElement
- index number
- movableForm HTMLFormElement
- previousData Object
- previousPage number
- primaryKeyValue Object[]
- primaryKeys string[]
- requestType Action
- row Object
- rowData Object
- rowIndex number
- searchString string
- selectedRow number
- target HTMLElement
- tr Element[]
- type string
Contact Support
ActionEventArgs
23 Sep 20251 minute to read
Properties
action string
Defines the current action.
cancel boolean
Cancel the print action
columnName string
Defines the field name of the currently grouped columns.
columns PredicateModel[]
Defines the collection of filtered columns.
currentFilterObject PredicateModel
Defines the object that is currently filtered.
currentFilteringColumn string
Defines the column name that is currently filtered.
currentPage number
Defines the current page number.
data Object
Defines the record objects.
direction SortDirection
Defines the direction of sort column.
excelSearchOperator string
Defines the excel search operator
filterChoiceCount number
Defines take number of data while Filtering
foreignKeyData Object
Defines foreign data object.
form HTMLFormElement
Define the form element
index number
Added row index
movableForm HTMLFormElement
Define the movable table form element
previousData Object
Defines the previous data.
previousPage number
Defines the previous page number.
primaryKeyValue Object[]
Defines the primary key value
primaryKeys string[]
Defines the primary keys
requestType Action
Defines the current action.
row Object
Defines the added row.
rowData Object
Defines the record objects.
rowIndex number
Defines the edited rowIndex
searchString string
Defines the string value to search.
selectedRow number
Defines the selected row index.
target HTMLElement
Defines the target for dialog
tr Element[]
Defines the selected rows for delete.
type string
Defines the type of event.