ASPxClientGridView.Focus Method
In This Article
Sets input focus to the grid.
#Declaration
TypeScript
Focus(): void
#Remarks
Note that this method is in effect only if the grid’s Keyboard Navigation feature is enabled (that is the ASPxGridView.KeyboardSupport property is set to True).
See Also