or
tasks.group({field: "Importance"});
tasks.group([]);
$("#ulList").removeClass("km-listgroup");
$("#ulList").addClass("km-list");
<script type=
"text/x-kendo-tmpl"
id=
"tablet-mru-template"
>
<div class=
"listitem-tab"
>
<h1 style=
"vertical-align: middle;"
>
#:ClientName#</h1>
<h2 style=
"min-height: 0px"
>
#:MatterName#</h2>
</div>
</script>
categoryField:
"Category"
,
field:
"Value"
,
fieldDisplay:
"ValueFormatted"
,
template:
"${category} ${valueDisplay} - Prior Period"
, series: [{
name:
"Prior Period"
,
overlay: { gradient:
"none"
},
categoryField:
"Category"
,
field:
"Value"
,
tooltip: {
visible:
true
,
template:
"${category} ${value} - Prior Period"
},
data: jsonPrior
}, {
name: $(
'#lblDateRange'
).html(),
overlay: { gradient:
"none"
},
categoryField:
"Category"
,
field:
"Value"
,
tooltip: {
visible:
true
,
template:
"${category} ${value} - "
+ $(
'#lblDateRange'
).html()
},
data: jsonData
}]