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