Version

isDataKeyEqual Method

Compares provided data key with the row's data key and returns a boolean value indicating whether these are equal.
Syntax
ASP.NET Ajax Javascript (Specification) 
function isDataKeyEqual( 
   dataKey : {Any}[]
) : Boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridRow.isDataKeyEqual({Any}[]);

Parameters

dataKey
A data key to compare with the row's one.

Return Value

Boolean value indicating whether the passed in data key is equal to the row's one.
See Also