This question is locked. New answers and comments are not allowed.
Hello, I saw the resolved post of the same title. I am having the same issue with the tab click not responding after upgrading to 825. I do have version 1.7 of jquery.validate.js only in my script folder. With the new telerik.tabstrip.min.js the click doesn't work, but if I replace the old file (telerik.tabstrip.min.js) it works fine. I viewed source and I see the new files referenced in the non-working code:
How would I know if it's using the jquery.validate.js file I have and including it? (deleting it altogether gives the same result at runtime where the click doesn't respond)
Thanks
<script type="text/javascript" src="/Scripts/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/Scripts/telerik.common.min.js"></script> <script type="text/javascript" src="/Scripts/telerik.tabstrip.min.js"></script> <script type="text/javascript" src="/Scripts/telerik.calendar.min.js"></script> <script type="text/javascript" src="/Scripts/telerik.datepicker.min.js"></script> <script type="text/javascript" src="/Scripts/telerik.grid.min.js"></script> <script type="text/javascript" src="/Scripts/telerik.grid.filtering.min.js"></script> <script type="text/javascript"> //<![CDATA[ How would I know if it's using the jquery.validate.js file I have and including it? (deleting it altogether gives the same result at runtime where the click doesn't respond)
Thanks