Hi,
When using controls like TelerikTextBox/TelerikTextArea in the TelerikListView HeaderTemplate/EditTemplate s you cannot use keyboard navigation in the text.
* Home/End keys do not take you to the start/end of the text
* You cannot use the arrow keys to move the cursor in the text.
If you don't use the mouse to navigate your only option to correct typos is backspace.
The example in your documentation has the same issue. https://docs.telerik.com/blazor-ui/components/listview/editing
Thanks,
Daniel
Hi Daniel,
The ListView has keyboard navigation since recently and I agree we should fix the discussed problem out-of-the-box. I am converting your ticket to a public bug report and awarding you some Telerik points.
In the meantime, please disable keydown event bubbling from inside the templates:
<EditTemplate>
<div onkeydown="event.stopPropagation()">
textboxes here...
</div>
</EditTemplate>
Regards,
Dimo
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.