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

html generated by kendoui grid

2 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JD
Top achievements
Rank 1
JD asked on 23 Mar 2013, 12:35 AM
I was wondering if it would be possible to change the html that is generated by the kendoui grid, right now everything is done with tables and was hoping to avoid the use of tables within the site.

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 23 Mar 2013, 04:35 PM
Hello,

As per my experience with kendo UI, This tag/element created by JavaScript.

It very very difficult to do this changes in kendoui's JS file. (that's why it is not possible).

Thanks.
Jayesh Goyani
0
Dimo
Telerik team
answered on 25 Mar 2013, 11:53 AM
Hello John,

The Kendo UI Grid is designed to display tabular data, that is why it renders a table. Tables should not be used for layout, but the Grid uses tables correctly and in accordance with web standards.

If you want to display non-tabular data in your application, then you can use the Kendo UI ListView with an item template of your preference.

Regards,
Dimo
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
JD
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Dimo
Telerik team
Share this question
or