Gets the active grid cell.
Namespace: MindFusion.DataViews
File: Grid.js
JavaScript Copy Code |
---|
get focusedCell() {} |
GridCell. the cell.
The following code uses the element property of GridCell to change background of the focused cell:
JavaScript Copy Code |
---|
grid.focusedCell.element.style.backgroundColor = "#FFDD75"; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |