Hi there,
Problem: I have a column in the kendoGrid described as:
{ title: "Column1", field: "Column1", width: "100px", format:"{0:p}" },
and it applies format properly.
Now, I created rowTemplate that says:
<tr>
<td>${Column1}</td>
</tr>
Problem: I have a column in the kendoGrid described as:
{ title: "Column1", field: "Column1", width: "100px", format:"{0:p}" },
and it applies format properly.
Now, I created rowTemplate that says:
<tr>
<td>${Column1}</td>
</tr>
And assign this template to grid using rowTemplate: kendo.template($("#rowTemplate").html())
As soon as I have template assigned I lost formating for column and instead of 2.75% I see 0.0275.
What whould you recomend to have formatting and assigned in case of row template.
Thanks.
As soon as I have template assigned I lost formating for column and instead of 2.75% I see 0.0275.
What whould you recomend to have formatting and assigned in case of row template.
Thanks.