A service responsible for handling column moving within the grid. It contains a reference to the column, its icon, and indicator for cancelation.
Represents the type of the CRUD service (Create, Read, Update, Delete) operations on the grid data.
The reference to the parent GridType
that contains the service.
Optional
clear_Optional
expand_Represents a method declaration for retrieving all the data available in the grid, including any transactional data.
includeTransactions
: Optional parameter. Specifies whether to include transactional data if present.
Returns an array containing all the data available in the grid.
Represents a method declaration for retrieving a column object by its name, taken as a parameter.
Optional
get_Represents an event, triggered when the pin state is changed
Optional
get_Optional
getOptional
getOptional
getOptional
registerOptional
remove_Optional
set_Represents a method declaration that sets the expansion state of a group row (used for tree grids) It takes the value for the expansion as a parameter (expanded or collapsed)
Represents a method declaration for sorting by only one expression The expression contains fieldName, sorting directory, whether case should be ignored and optional sorting strategy
Represents a method declaration for sorting by multiple expressions The expressions contains fieldName, sorting directory, whether case should be ignored and optional sorting strategy
Optional
unset
Represents the service interface for interacting with the grid.