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!

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

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: 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: 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.
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 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: 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 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: 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