Completed
Last Updated: 01 Oct 2024 11:43 by ADMIN
Release 2024 Q4 (Nov)
Daniel
Created on: 19 Sep 2024 01:19
Category: ListView
Type: Bug Report
1
When using controls like TelerikTextBox/TelerikTextArea in the TelerikListView HeaderTemplate/EditTemplate s you cannot use keyboard navigation in the text.

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

 

1 comment
ADMIN
Dimo
Posted on: 19 Sep 2024 14:55

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.