Table of Contents
compareCells Method 

Compares whether two GridCell are the same.

Syntax
JavaScript
 Grid.compareCells(cell1, cell2)

Parameters

cell1
The first cell.
cell2
The second cell.

Return Value

Returns true if cell1 and cell2 representing the same grid cell, otherwise false.

See Also