DataGrid programmatically Focus #5094
Unanswered
DomenicoFormoso
asked this question in
Q&A
Replies: 2 comments 1 reply
-
No, it isn't. DataGrid isn't focusable by default. As most elements in web pages that aren't related to an operation / input. So Focus is an operation that's usually available on inputs (like text or numeric inputs) or elements in a page that can trigger an operation, like buttons. What is your use case for this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I created a video showing the problem but how can I share it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to give focus to the datagrid component programmatically?
for example:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions