Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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(
: {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