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.

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

Unplanned
Last Updated: 20 Jul 2021 13:25 by ADMIN
  1. Reproduction steps
    • Open the HTML file attached herewith.
    • 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.
  2. OS / Browser (if applicable) / Control(s) version / .Net version
    • Windows 10 / Edge Chrome / Chrome / Kendo UI for JQuery 2021.2.616
  3. Description of the expected behavior
    • "change" event should get triggered as it does when using mouse to de-select an item.
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: 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: 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

Declined
Last Updated: 01 Jun 2020 11:21 by ADMIN

Reproduction:

  1. Run dojo at https://dojo.telerik.com/@GaloisGirl/UYefIDES
  2. Check developer console

Expected result: a message should be logged.

Actual result: no message is logged.

 

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
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.
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: 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.
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.
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 09:41 by ADMIN
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: 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.

1 2