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

Actual grid, not tabular?

1 Answer 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Troy
Top achievements
Rank 1
Troy asked on 21 Jun 2016, 04:58 PM

The kendo Grid is actually a table, with output that produces a single row (formatted with varying columns) for each data record.  I was looking to create an actual grid, with a single template that outputs a "cell", and cells repeating horizontally until they wrap to the next row vertically.  Like a grid of movie posters, or whatever.

There's nothing existing that marries a DataSource with some appropriate subset of Grid concepts to do this, is there?  

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 23 Jun 2016, 07:58 AM

Hello Troy,

You could use the ListView widget instead, which only repeats elements by their specified template.

Regards,
Dimiter Madjarov
Telerik
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Troy
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or