EaxGridView.clearSelection

Syntax

clearSelection();

Description

The clearSelection method removes selection in the table of express report working area.

Example

Executing the example requires that the HTML page contains the EaxGrid component named eaxGrid  (see Example of creating the EaxGrid component). Then remove selection in the table of the express report working area:

// Remove selection in the table of express report working area
eaxGrid.clearSelection();

Before applying the method the table looked as follows:

After applying the method the selection in the table of the express report working area is removed:

See also:

EaxGridView