Skip to content

Commit 282c5ea

Browse files
Dimo DimovDimo Dimov
authored andcommitted
docs: Improve KB SEO and enhance information
1 parent 0bbfc1e commit 282c5ea

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

knowledge-base/inputs-set-focus.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Focus input
3-
description: How to focus a blazor input or textbox
2+
title: Focus TextBox Programmatically
3+
description: How to focus a blazor textbox or input programmatically.
44
type: how-to
5-
page_title: Focus input or textbox
5+
page_title: Focus textbox or input programmatically
66
slug: inputs-kb-focus
77
position:
88
tags:
@@ -20,14 +20,29 @@ res_type: kb
2020
</tbody>
2121
</table>
2222

23-
2423
## Description
25-
How do I focus a blazor input or texbox programmatically?
24+
How do I focus a Blazor TelerikTextBox or any other input component programmatically?
2625

2726
## Solution
28-
The Telerik textboxes and inputs offer the `FocusAsync` instance method that lets you focus them with code.
27+
The Telerik textboxes and inputs offer a `FocusAsync` method that lets you focus them with code.
28+
29+
The example below showcases it for a few of them, but it is available for all input components and buttons:
2930

30-
The example below showcases it for a few of them, but it is available for all inputs (date inputs and pickers, checkboxes, buttons).
31+
* AutoComplete
32+
* Button
33+
* ComboBox
34+
* CheckBox
35+
* DateInput
36+
* DatePicker
37+
* DateRangePicker
38+
* DateTimePicker
39+
* Editor
40+
* MaskedTextBox
41+
* MultiSelect
42+
* NumericTextBox
43+
* TextArea
44+
* TextBox
45+
* TimePicker
3146

3247
>caption Focus input with code
3348

0 commit comments

Comments
 (0)