Sets the focus to the cell at the specified position.
Namespace: MindFusion.DataViews
File: PropertyGridContent.js
SyntaxJavaScript
Copy Code
|
|---|
function focusCell (row, column, [moveBackwards]) |
Number. The cell row.
Number. The cell column.
Boolean. True to move backwards.
RemarksIf the cell at the specified position is not editable, the focus is set to the next editable cell, if such exists.
See Also