I'm working on asp.net mvc and using Kendo UI grid control for data retrieving, using these functionality for another application working fine problem not in code. All JavaScript and Kendo grid ui reference including when i run the application i face these error
$(document).ready(function () $ is not defined List:178 Uncaught TypeError: $(...).kendoDatePicker is not a function
multiple time. when i click on error they show me error on this lines
<script>
$(document).ready(function () {
$("#StartDate").kendoDatePicker();
});
I add assembly on reference but noting fruitful.