I want to achieve the functionality in which the numbers needs to be displayed outside the event template but within the date.
Please find the screen shots of the requirement.
Here is the event template that I have used.
<script id="event-template" type="text/x-kendo-template"> 60-50-30 <div style="background-color: #: kendo.toString(colorId, "hh:mm") #"> <p class="bold"> <span class="bold"> #: kendo.toString(title) # </span> <span class="bold pull-right"> #: kendo.toString(trip.length) # Trips </<span> </p> <h3 style="background-color: #: kendo.toString(colorId, "hh:mm") #"> </h3> </div> </script>Can you please help me on this..