Completed
Last Updated: 23 Nov 2023 08:54 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

https://dojo.telerik.com/ERegiQEN/3

Run the example in the Dojo and observe the console for errors.

 
Completed
Last Updated: 07 Oct 2021 10:37 by ADMIN
Release R3.2021.SP.next

Bug report
Deselecting a ListView item using the keyboard (Ctrl+Space) doesn't trigger the "change" event

Reproduction of the problem

https://dojo.telerik.com/OComOlad

Focus the Listview (Alt+W)
Select the first item by pressing [Spacebar] on keyboard. Notice the "change" event log under console in dev tools.
Now, deselect the item by pressing [Ctrl+Spacebar]. Notice the "change" event was not triggered even though the item got deselected.

 

Expected/desired behavior
Change event shall be triggered upon detecting with the keyboard

Environment
Kendo UI version: all
jQuery version: all
Browser: [all]

Completed
Last Updated: 11 Feb 2021 16:54 by ADMIN
Release 2021.R1.SP.next

Bug report

The Kendo UI ListView widget is not rendering a vertical scrollbar when the scrollable option is set to "endless" and the content overflows out of its wrapper.

Reproduction of the problem:

1. Set the scrollable option to "endless".

2. Dojo sample for repro:

https://dojo.telerik.com/OKIqAdOv

### Environment

* **Kendo UI version:** 2020.3.915
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Completed
Last Updated: 09 Sep 2021 07:40 by ADMIN
Release 2020.R3

Sometimes, I need to present a dynamic list bound to a dataSource. I believe ListView is the widget for that.

However, ListView adds role="listbox" to the root element and role="option" to children.

Per https://www.w3.org/TR/wai-aria-1.1/#listbox , a listbox is a widget that allows to select an item. A non-selectable ListView should have role="list" and its children should have role="listitem".

Completed
Last Updated: 13 Mar 2020 12:35 by ADMIN
Created by: Imported User
Comments: 1
Category: ListView
Type: Feature Request
1
the ListView cannot be removed from the page when called the destroy method as the Grid can. 
Completed
Last Updated: 13 Mar 2020 12:14 by ADMIN
We required to highlight the cell in a Kendo UI ListView dynamically based on the condition. We can achieve the same for Kendo UI Grid by using the property nth-child in table structure but can't achieve the same for Kendo UI ListView. Although we can highlight the Column in Kendo UI ListView.
Completed
Last Updated: 07 Jan 2021 10:19 by ADMIN
Release 2021.R1
Created by: Levi
Comments: 0
Category: ListView
Type: Feature Request
28
The Mobile version of ListView supports grouped datasources, but not the basic web ListView. This should also support group header/footer.
Completed
Last Updated: 13 Mar 2020 09:41 by ADMIN
Completed
Last Updated: 21 May 2019 07:48 by ADMIN
Created by: Danny
Comments: 21
Category: ListView
Type: Feature Request
189
Just like in the grid and mobile listview, i would like to see an endless scroll option (or serverside paging with virtual scroll) in the Web version of ListView.