This is a migrated thread and some comments may be shown as answers.

Hierarchical display in a list view

3 Answers 253 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Sriram
Top achievements
Rank 1
Sriram asked on 16 Aug 2018, 07:16 PM

Hi,

 

I want to display the forum like list view using Telerik Kendo ListView and did not find any proper solution. I did not want to use the hierarchical grid or the treelist view since I did not want to display it like a grid. Please let me know if there is any solution which I can try. I am using the below versions.

 

IDE: Visual Studio 2015 Professional

.Net Framework : 4.6.2

UI for ASP.NET MVC : 2017.3.1018.545

SQL Server : SQL Server 2016

 

I want something like the below link. Not exactly the same but wanted to reuse list view with hierarchy.

https://social.msdn.microsoft.com/Forums/vstudio/en-US/6df3b1bc-bbd8-493b-aaf2-26cdb9ee36b9/does-anybody-know-how-to-convert-a-ipicturedisp-to-an-outlook-picture?forum=outlookdev

3 Answers, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 20 Aug 2018, 11:38 AM
Hello,

ListView is not suitable for hierarchical structure, I would recommend you to consider using of Grid, Treelist or ThreeView for such purposes. However, you can review this code library, which demonstrates how to simulate a hierarchical structure with mobile listview.  Please note, this is not a real hierarchy actually, it works as show different listviews depending on the clicked item. You can use the same idea with non mobile listview as instead of navigating to the right listview, you should hide the unnecessary listviews

Regards,
Milena
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Sriram
Top achievements
Rank 1
answered on 06 Mar 2019, 07:08 PM
Is there a plan in the future releases of Telerik to have this similar feature implemented?
0
Milena
Telerik team
answered on 08 Mar 2019, 01:37 PM
Hello,

Currently, we haven't such item planned in our Backlog. You can add it as a future request in our Feedback portal and depending on the votes, we will consider whether we will implement such functionality in future.

Regards,
Milena
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ListView
Asked by
Sriram
Top achievements
Rank 1
Answers by
Milena
Telerik team
Sriram
Top achievements
Rank 1
Share this question
or