Search
PropertyGridContent.focusCell Method
See Also
 






Sets the focus to the cell at the specified position.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function focusCell (row, column, [moveBackwards])

 Parameters

row

Number. The cell row.

column

Number. The cell column.

moveBackwards
Optional.

Boolean. True to move backwards.

 Remarks

If the cell at the specified position is not editable, the focus is set to the next editable cell, if such exists.

 See Also