Hi:
The following uses a jQuery selector to kick kendo off. Can I get the value of that selector, so that I may do jQuery stuff with it.
Phil
The following uses a jQuery selector to kick kendo off. Can I get the value of that selector, so that I may do jQuery stuff with it.
<div id ="listView2"></div><script> $("#listView2").kendoListView({ dataSource: { data: [ { name: "Jane Doe" }, { name: "John Doe" }] }, template: "<div>#:name#</div>" });</script>Phil