Hide Kendo date picker based on drop down list selection – Jquery
I have a Kendo drop down list and a date picker and I'd the datepicker element to be invisible when the drop down selection is 'Not Started' <div id="view"> <label for="dateinput">Completed Date</label> <input id="completedatepicker" value="" title="monthpicker" /> </div> <div> <label…