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.
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!