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.
Unplanned
Last Updated: 24 Apr 2020 07:39 by ADMIN
Created by: Dan
Comments: 3
Category: ListView
Type: Feature Request
36
add a No Records template option to the Mobile Listview to handle scenarios where a datasource is empty - without having to wire in additional special logic to deal with this (common) scenario
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.
Unplanned
Last Updated: 13 Mar 2020 12:31 by ADMIN
Created by: Kha Chun
Comments: 0
Category: ListView
Type: Feature Request
4
Since grid view support batch editing in client side (without postback). It would be good if List View could support batch editing in client side without postback as well. It will allow lesser server side calling.
Unplanned
Last Updated: 13 Mar 2020 09:06 by ADMIN
Created by: Sergiu
Comments: 0
Category: ListView
Type: Feature Request
2
clearSelection method for ListView should have a boolean parameter that indicates if the 'change' event should be triggered or not. At this moment the change event is triggered by default.
Unplanned
Last Updated: 13 Mar 2020 08:57 by ADMIN
Created by: Levi
Comments: 1
Category: ListView
Type: Feature Request
2
Allow ListView to target external elements to inject the editing template into. Currently it replaces the item inline, but it would be nice to sometimes handle editing in a modal window (such as the grid's popup editing).
Unplanned
Last Updated: 16 Aug 2022 16:37 by Swati
Created by: Swati
Comments: 0
Category: ListView
Type: Feature Request
2

Hi Team,

I'd like to request the Kendo UI ListView to include type ahead functionality within it's built-in API.

Thank you!

Completed
Last Updated: 13 Mar 2020 09:41 by ADMIN
Unplanned
Last Updated: 13 Mar 2020 12:44 by ADMIN
Currently when using ListView with MVVM I am able to specify the "data-template" attribute of a div marked with data-role="listview" to generate a ListView control with the specified template. I can do this with a variable like data-template="${model.itemTemplate}" which will use the specified template for each listview item.

However, I cannot change that template via a data bound property. I would like to have the control update the UI automatically with an observable object property. When I change the model.itemTemplate property, the UI should use respond and use the new string value to generate a new UI.
Unplanned
Last Updated: 13 Mar 2020 12:04 by ADMIN
Created by: Rebecca
Comments: 0
Category: ListView
Type: Feature Request
1
When multiple selection is enabled on ListView, allow turning off the drag and drop box for selection.  The reason is that I'd like to define my own drag options for the items in the ListView, as well as allow user selection of text within each item, which can currently only be done when selection mode is single.  I would still be able to select multiple items using the keyboard modifiers with clicking.
Declined
Last Updated: 13 Mar 2020 12:02 by ADMIN
For some reason, Telerik doesnt see a need for stopping the propagation of events in a ListView(s) selected item. THERE IS A NEED. It is available for the Grid, why is not automatic for the list view. Having to add the stop to every element that is clicked is ridiculous. 

selectable:true,
selectPropagation: false,

or 

propagation: [click:".element, .element"]


PLEASE!!!!! I see many posts about this online.
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: 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. 
Unplanned
Last Updated: 18 Oct 2019 07:48 by ADMIN
Created by: Anna
Comments: 1
Category: ListView
Type: Feature Request
1

Reproduction

Run dojo at https://dojo.telerik.com/@GaloisGirl/OFUpogiW

Current behavior

The ListView is not navigatable by keyboard

Expected/desired behavior

The ListView should be navigatable and selectable by keyboard

Unplanned
Last Updated: 22 Nov 2019 15:29 by ADMIN
Created by: EdyTeddy-1975
Comments: 8
Category: ListView
Type: Feature Request
1

Have listview with binded datasource to remote data 64 items.

Need show only 10 of them, and on custom button show 16, after again click 24. like load more button in mobile listview version. But custom button. Dont want server paging. Need all 64 items stored in one shot.

 

thanks for help.

Unplanned
Last Updated: 02 Sep 2020 18:51 by ADMIN

When paging is enabled, the Page Up and Down keys function as expected:
https://demos.telerik.com/kendo-ui/listview/keyboard-navigation

However, when paging is disabled and the records are on the same page, these keys do nothing, and also prevent the default Page Up and Down action of  browser itself.

It would be nice if the listview in this scenario works like the combo:
https://demos.telerik.com/kendo-ui/combobox/template