ASP.NET MVC Controls
CellEditEndingEventArgs Class
File
wijmo.grid.js
Module
wijmo.grid
Base Class
CellRangeEventArgs

Provides arguments for the cellEditEnding event.

Constructor

Properties

Constructor

constructor

constructor(p: GridPanel, rng: CellRange, data?: any): CellRangeEventArgs

Initializes a new instance of the CellRangeEventArgs class.

Parameters
Inherited From
CellRangeEventArgs
Returns
CellRangeEventArgs

Properties

cancel

Gets or sets a value that indicates whether the event should be canceled.

Inherited From
CancelEventArgs
Type
boolean

col

Gets the column affected by this event.

Inherited From
CellRangeEventArgs
Type
number

data

Gets or sets the data associated with the event.

Inherited From
CellRangeEventArgs
Type
any

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Type
EventArgs

panel

Gets the GridPanel affected by this event.

Inherited From
CellRangeEventArgs
Type
GridPanel

range

Gets the CellRange affected by this event.

Inherited From
CellRangeEventArgs
Type
CellRange

row

Gets the row affected by this event.

Inherited From
CellRangeEventArgs
Type
number

stayInEditMode

Gets or sets whether the cell should remain in edit mode instead of finishing the edits.

Type
boolean

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback