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.
Represents a method declaration for adding a new row to the grid. It takes the row's data and the identifier of the parent row if applicable (used for tree grids)
Optionalclear_Represents a method declaration for resetting the sorting
Represents a method declaration for deleting a row, specified by it's identifier (taken as a parameter)
Optionalexpand_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 the cell object associated with a specific row and column using their indexes.
Represents a method declaration for retrieving the cell object associated with a specific row and column in the grid.
Represents a method declaration for retrieving the cell object associated with a specific row and column using their indexes. It counts only the indexes of the visible columns and rows
Represents a method declaration for retrieving a column object by its name, taken as a parameter.
Represents a method declaration for retrieving the data used in the grid. The returned values could be of any type
Optionalget_Represents an event, triggered when the pin state is changed
Represents a method declaration for retrieving the data associated with a specific record by its unique identifier (of any type, taken as a parameter).
Represents a method declaration for retrieving the index of a record in the grid's data collection using its index.
Represents a method declaration for retrieving the index of a record in the grid's data collection using its unique identifier.
Represents a method declaration for retrieving the row object associated with a specific index (taken as a parameter) in the grid
Represents a method declaration for retrieving the row object associated with a specific key (taken as a parameter) in the grid
Represents a method declaration for retrieving the row's current state of expansion (used for tree grids)
Represents a method declaration for retrieving the unique identifier of a specific row by its data.
Optionalget_OptionalgetOptionalgetOptionalgetRepresents a method declaration for retrieving the data associated with a specific row by its unique identifier (of any type, taken as a parameter).
OptionalregisterOptionalremove_Optionalset_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 setting a new expansion state. It can be triggered by an event
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
Optionalunset
Represents the service interface for interacting with the grid.