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

Grid - card view

5 Answers 646 Views
This is a migrated thread and some comments may be shown as answers.
Mads
Top achievements
Rank 1
Mads asked on 14 Nov 2018, 02:39 PM

Hi

Is it possible to switch to a card view in the grid component? If not, is it possible to keep the filter options from <kendo-grid> and then have a switch to change between the <kendo-grid-column>'s and another custom view?

Or maybe another suggestion?

 

 

5 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 15 Nov 2018, 12:37 PM
Hi Mads,

The Grid widget was designed to display data in tabular format. If you would like to show data differently I would suggest checking our ListView component. It displays data based on a custom template:



Regards,
Viktor Tachev
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
0
Mads
Top achievements
Rank 1
answered on 15 Nov 2018, 01:16 PM

Hi

Is it possible to add the grid filter to the ListView then?

And another question: The Grid has :data-source for the entire data set. Do you provide a value for the filtered data set?

0
Viktor Tachev
Telerik team
answered on 19 Nov 2018, 07:50 AM
Hi Mads,

In order to get the filters applied to the Grid I would suggest calling the filter() method for its dataSource. When this is available get reference of the ListView DataSource and use the filter() method again, only this time pass the retrieved filter expression as agrument. This way the items in the ListView will be filtered the same way as in the Grid.


Regards,
Viktor Tachev
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
0
Michael
Top achievements
Rank 1
answered on 30 Jan 2019, 05:20 PM

Hey Viktor T.,

Wondering if you can assist me in finding a solution to using Kendo UI grid data in a more MODERN Card solution such as https://www.google.com/flights for instance. 

I see that Kendo offers this (https://www.telerik.com/kendo-vue-ui/components/listview/) However, this is far and away from a modern solution for UI. 

 

 

 

 

 

 

0
Viktor Tachev
Telerik team
answered on 01 Feb 2019, 12:54 PM
Hello Michael,

Google Flights is a complex application that includes various components. Implementing similar application can be done with Kendo widgets. You can try out some of our sample applications that illustrate how Kendo components ca be used for creating a complete application. 

With that said, have in mind that Kendo UI are separate widgets. It is up to the developers to determine how the widgets will be used for creating a specific application.


Regards,
Viktor Tachev
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
Asked by
Mads
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Mads
Top achievements
Rank 1
Michael
Top achievements
Rank 1
Share this question
or