Hi,
I'm struggling to get the client template working with any number format other than 'n' or 'c2' for a bound column.
The following doesn't work and gives a javascript error -> Uncaught Error: Invalid template
boundcol.ClientTemplate("#= data.C0 !== null ? kendo.toString(data.C0,'##,#') : ''#");
Any ideas?
Steven.
I'm struggling to get the client template working with any number format other than 'n' or 'c2' for a bound column.
The following doesn't work and gives a javascript error -> Uncaught Error: Invalid template
boundcol.ClientTemplate("#= data.C0 !== null ? kendo.toString(data.C0,'##,#') : ''#");
Any ideas?
Steven.