Completed
Last Updated: 26 Mar 2024 14:15 by ADMIN
Release 2024 Q2 (May)
I have a ListView, bound to ObservableCollection and it stays in Edit mode, the Save command does not work and there is no way to save the item.
Completed
Last Updated: 14 Nov 2024 09:27 by ADMIN
Release 7.0.0

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

 

Completed
Last Updated: 05 Aug 2024 13:31 by ADMIN
Release 6.1.0
Created by: Andrew
Comments: 0
Category: ListView
Type: Bug Report
1

The DropDownButton/DropDownList in the ListView Template does not open on the user's click after a few interactions.

Steps to reproduce:

  1. Open the REPL link.
  2. Click on the DropDownButton.
Completed
Last Updated: 11 Jan 2021 11:23 by ADMIN
Release 2.21.0

When you go backwards in the listview paging it exhibits two issues:

- some (almost random) elements remain after the paged elements

- if, as a first action, you go from the last to the first page through the pager buttons, an exception is thrown - Unhandled exception rendering component: Event 112 is already tracked

Completed
Last Updated: 08 Oct 2020 15:36 by ADMIN
Release 2.18.0
The command buttons for the ListView does not render the Title attribute.