jQWidgets Forums

jQuery UI Widgets Forums General Discussions Need your help Reply To: Need your help

Need your help #68020

jperera
Participant

Hi, thank you Peter, I already use jsfiddle.net, isn’t a problem of how to use your widgets I know how to use the problem is something different and I was wonder if your could help me to fix it, I have an application, a complete application finished and I want to buy the license to the customer, the problem is that for example I have in my application this code:
$(“#tbEndDate”).jqxDateTimeInput({ formatString: “MM/dd/yyyy” });
$(“#tbEndDate”).val(null);
that in the beginning works fine, and it is like the documentation, now I don’t know why and I don’t have any idea when I execute the application it throw me an exception saying:

Exception was thrown at line 7, column 365116 in http://localhost:57263/Scripts/JQWidgets/jqx-all.js

0x800a138f – JavaScript runtime error: Unable to get property ‘_daysInMonth’ of undefined or null reference

If there is a handler for this exception, the program may be safely continued.

In the same way with the jqxcombobox, there must be something that I changed or did that broke everything, I just need your experience to get with the problem and solved it… please