unselect()

Unselects this row.

Parameters: none

Example:

Unselect the checkbox in a particular row:

var row = this.requestGrid. gridRows .get(i);
row.unselect();