Posted 26 Apr 2012 Link to this post
<
script
type
=
"text/x-kendo-tmpl"
id
"template"
>
div
dl
dt
>Name</
> <
dd
>${Name}</
>Age</
>${Age}</
>Checked</
><
input
"checkbox"
data-bind
"checked:DataSourceBooleasProperty"
/></
</
$(
"#listView"
).kendoListView({
dataSource: {
data: createRandomData(50)
},
template: kendo.template($(
"#template"
).html())
});
Posted 02 May 2012 Link to this post
#= BoolField ?
checked
"checked"
: "" # /></
Posted 28 Apr 2014 in reply to rlapao Link to this post
Posted 29 Apr 2014 Link to this post
img
"HardWarning"
#= IsHardWarning ?
"
src=\'~/Images/jpgimage005.png\'
:
src=\'~/Images/jpgimage006.png\'
#
style
"width: 15px;height: 15px;"
#= IsHardWarning? "title=\'XXXX.\'" : "title=\'XXXXX.\'" # />