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