Gets the active grid cell.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
get focusedCell() {} |
GridCell. the cell.
ExampleThe following code uses the element property of GridCell to change background of the focused cell:
JavaScript
Copy Code
|
|---|
| grid.focusedCell.element.style.backgroundColor = "#FFDD75"; |
See Also