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

Provides arguments for the formatItem event.

Constructor

Properties

Constructor

constructor

constructor(p: GridPanel, rng: CellRange, cell: HTMLElement): FormatItemEventArgs

Initializes a new instance of the FormatItemEventArgs class.

Parameters
Returns
FormatItemEventArgs

Properties

cancel

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

Inherited From
CancelEventArgs
Type
boolean

cell

Gets a reference to the element that represents the grid cell to be formatted.

Type
HTMLElement

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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback