Gets the key of the row at the specified index.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function getRowKey (index) |
Number. The row index.
Object. The row key.
ExampleThe following method outlines the row if the value of its key is bigger than 100:
JavaScript
Copy Code
|
|---|
function outlineRow(rowIndex) if( rowKey > 100) |
See Also