or
<ul id ="listView2" class="k-list-container" style="width: 200px;"></ul><script id='officer-template2' type='text/x-kendo-template'> <li data-bind="events:{ mouseover: listener }"><h3>#= title #</h3> <div>#= name #</div></li></script><script type='text/javascript'> $("#listView2").kendoListView({ dataSource: { data: [{ name: 'M.P.', title: 'President' }, { name: 'J.O.C.', title: 'Vice President' }, { name: 'P.H', title: 'Treasurer' }, { name: 'B.R.M.', title: 'Webmaster' }] }, template: kendo.template($('#officer-template').html()), selectable: true });</script> axislable = [{<br> title: { text: this._properties['chart.y-axis.label'] },<br> labels: {<br> template: "#= kendo.toString(value, '0,.0;(0,.0)') #" + cuntomPrimaryFormat<br> }, $("#KPIGraphCommon").kendoChart({<br> legend: {<br> position: "top"<br> },<br> series: this._properties['chart.x-axis'],<br> valueAxes: axislable,<br> categoryAxis: catagoryAxisValue,<br> theme: "Metro",<br> tooltip: {<br> visible: true,<br> format: "{0}%",<br> template: this._properties['chart.y-axis.label'].indexOf("Amount") > -1 || this._properties['chart.y-axis.label'].indexOf("Days") > -1 ? "#= series.name #: #= kendo.toString(MinusFormat(value)) #" : "#= series.name #: #= kendo.toString(value, '0,.0;(0,.0)') #"<br> },<br> chartArea: {<br> height: context.getChartHeight(),<br> width: context.getChartWidth()<br> },<br> });<br> }