EaxGridView.HyperlinkMouseDown

Syntax

HyperlinkMouseDown: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: RowIndex, ColIndex - column and row index of the cell where the hyperlink was clicked, DrillMethod - direction in which the selection moves on pressing the SHIFT key.

Description

The HyperlinkMouseDown event occurs on clicking a hyperlink in the table of the express report working area.

Example

The example of event use is given on the Example of Creating the EaxGrid Component page.

See also:

EaxGridView