Completed
Last Updated: 17 Sep 2020 14:37 by ADMIN
Ruslan
Created on: 01 Nov 2019 15:28
Category: KendoReact
Type: Feature Request
1
ListView control for React

Hello,

I have a request to add a ListView control to a React Pure control package.

Thanks.

2 comments
ADMIN
Carl
Posted on: 17 Sep 2020 14:36

Hey folks!

The KendoReact ListView has officially been a part of the KendoReact library since v3.13.0! Apologies for not updating this item earlier, but for anyone looking for the ListView you can click the link and head on over to the docs & demos for more information.

Regards,
Carl
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Stefan
Posted on: 05 Nov 2019 12:48

Hello, Ruslan,

In React currently, the same result can be achieved with array.map().

The ListView does the same as looping through the items in a data collection and rendering an element for each.

I made an example showcasing this:

https://stackblitz.com/edit/react-2zdc5q?file=app/main.jsx

Is there a specific functionality that can be done with the ListView component and not with the array.map() or forEach?

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items