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

How do I get the ListView refresh after adding content?

0 Answers 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 25 Jul 2013, 06:41 PM
I would like to add content to a listview by replacing the HTML in the UL with a new block of HTML
<ul id="lvFCEvents" data-role="listview"></ul>

I am able to do this using  $("#lvTest").html("... new <li> html")
After issuing this command I can see the <li> items but they are not formatted to look like a Kendo <li> should look, they look like good old HTML.

How do I make the the new HTML format correctly?
Thanks,
Shawn

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Shawn
Top achievements
Rank 1
Share this question
or