New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.PivotGridCellEventArgs : Sys.EventArgs

Inheritance Hierarchy

Methods

get_cell

Returns the DOM element of the cell.

Parameters

Returns

Element

get_cellType

Returns the type of the cell.

Parameters

Returns

Number

get_domEvent

Returns the original DOM event.

Parameters

Returns

Sys.UI.DomEvent

get_expandCollapseButton

Returns the DOM element of the expand-collapse button.

Parameters

Returns

Element

get_isEmptyCell

Returns a boolean that indicates whether the cell has an empty value.

Parameters

Returns

Boolean

get_isErrorCell

Returns a boolean that indicates whether the cell has an error value.

Parameters

Returns

Boolean

get_isGrandTotalCell

Returns a boolean that indicates whether the cell shows a grand total value/header for the row/column.

Parameters

Returns

Boolean

get_isTotalCell

Returns a boolean that indicates whether the cell shows a total value/header for the row/column.

Parameters

Returns

Boolean

get_text

Returns the value of the cell as string.

Parameters

Returns

String

In this article