Hello,
I have a tooltip like so:
.Tooltip(tt => tt.Visible(true).Template("#= kendo.format('{0:p}', percentage)#")))This is great and gives me the percentage of the values in the charts fine...EXCEPT, I would like the percentages to have no decimal points, i.e: 23% instead of 22.80% for example.
Is there any way Telerik can do that for me?
IF NOT:
Can I at least get 22.8%
Thanks.