I didn't know where to put this.
It looks like this demo the code and what is rendered at the top do not match. http://demos.kendoui.com/web/grid/rowtemplate.html
the rendered has rows with column headings
and this is what the code says they should be.
It looks like this demo the code and what is rendered at the top do not match. http://demos.kendoui.com/web/grid/rowtemplate.html
the rendered has rows with column headings
and this is what the code says they should be.
.Columns(columns => { columns.Bound(c => c.CustomerID).Title("Picture"); columns.Bound(c => c.ContactName).Title("Name"); columns.Bound(c => c.CompanyName); columns.Bound(c => c.Country); columns.Bound(c => c.Address); columns.Bound(c => c.Phone); }) I still get the concept I think but it would be nice if they actually matched.l