I’ve been researching and can’t really seem to find anything. Is there a way of get the sum of list items and use that to convert that to a percentage? Am I missing something?
#= kendo.format("{0:p0}", value / 908 ) # // 908 should be dynamically produced based on the lists/views total.
it should produce something like this below.
Thanks.