http://docs.kendoui.com/api/mobile/listview#configuration-template
I am using templates, as described in the above link. In the docs is says, "The ListView automatically wraps the template content in <li> tag. Putting a <li> tag inside the template creates invalid nesting of elements."
So how do I add a class or another attribute to the LI item?
I am using templates, as described in the above link. In the docs is says, "The ListView automatically wraps the template content in <li> tag. Putting a <li> tag inside the template creates invalid nesting of elements."
So how do I add a class or another attribute to the LI item?