Hi
To achieve the desired functionality you need to escape the "#" sign in the client template of the detail grid:
Additionally I am sending you a simple example which demonstrates this.
I hope this helps.
Regards,
Radoslav
Telerik
,To achieve the desired functionality you need to escape the "#" sign in the client template of the detail grid:
columns.Bound(p => p.ConfirmedValue).ClientTemplate(
"\\# if(ConfirmedValue) { \\# \\#= kendo.toString(ConfirmedValue, 'c3') \\# \\# } \\#"
);
Additionally I am sending you a simple example which demonstrates this.
I hope this helps.
Regards,
Radoslav
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items