Hello!!!
I'm using MVC Scheduler with a all day event template.
<script id="event-template" type="text/x-kendo-template"> #if(data.IsControl && hasControlElement(data)) {# #= title# #}else {# <div class="amagat"> </div> #}#</script>I want to hide all the events with the template that contains <div class="amagat"/>
I've tried it by javascript and css, but no luck...
<style> .k-event > .amagat {visibility: hidden ; display: none}</style>
I've attached two images with the current result and the desired result.
Thanks!!