constructor(p: GridPanel, rng: CellRange, data?: any): CellRangeEventArgs
Initializes a new instance of the CellRangeEventArgs class.
GridPanel that contains the range.
Range of cells affected by the event.
Data related to the event.
Gets or sets a value that indicates whether the event should be canceled.
Gets the index of the column affected by this event.
Gets or sets original data associated with the event.
Gets or sets a value that determines whether the grid should refresh all its contents after the edits are done.
Gets or sets whether the cell should remain in edit mode instead of finishing the edits.
getColumn(binding?: boolean): Column
Whether to get the column by index or by binding. This parameter only makes a difference in grids that have multiple rows per data item (like the MultiRow grid).
Provides arguments for the cellEditEnding event.