I was implemeting a table html tag in the Icenium designer though the application works it is still throwing a error in the Icenium designer . Please let me know any solution for this as the table tag is important in my design of the application.
Thanks
Gaja Naik
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 18 Sep 2013, 11:20 AM
Hi Gaja,
Thank you for bringing this to our attention. Please notice that in order for the UI Designer to work, your project should meet the requirements listed in this help article.
In your case, your project does not comply with two things:
your html markup is not valid HTML, as the table is missing tbody.
you're using an older version of Kendo UI, the UI Designer is added in Kendo UI Mobile 2013.1.515 or later. We suggest upgrading to the latest official version 2013.2.729.
Modify your table declaration so that it has tbody and upgrade the Kendo UI version in your project and the designer would work.