Hi I would like something similar to the search in bootstrap doc where you can type CTRL+/ to set focus in the search field.
Are there any components/utils I can use in the Telerik Blazor lib?
Hi I would like something similar to the search in bootstrap doc where you can type CTRL+/ to set focus in the search field.
Are there any components/utils I can use in the Telerik Blazor lib?
I got the hotkeys working but I am having trouble setting focus on the GridSearchBox
<GridSearchBox @Id="xxxxxxx" @ref="@GridSearchBoxElement" DebounceDelay="200"/>
Have tried with @ref and Id.
Id fails and the GridSearchBox don't have a focus property. The InputElement has a FocusAsync method