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

Demo code and what is rendered don't seem to match

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chrys
Top achievements
Rank 1
Chrys asked on 20 Feb 2013, 05:26 PM
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 
Cover Title Rating


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

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 21 Feb 2013, 03:53 PM
Hello,

 We are aware of this and are working on consolidating our demos. This task would be ready for the next official release due in mid March.

Kind regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Chrys
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or