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?