ASPxClientGridView.Focus Method
Sets input focus to the grid.
Declaration
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