jQWidgets Forums
jQuery UI Widgets › Forums › General Discussions › Editors › DateTimeInput › Could not enter date manually using jqxDateTimeInput
Tagged: calendar
This topic contains 8 replies, has 3 voices, and was last updated by thadus 11 years, 8 months ago.
-
Author
-
We are using jqxWidgets as a part of UI in our project.
To display the date we are jqxDateTimeInput widget. The problem here is we could not manually input the date without using calendar icon. But in the demo shown in jqxwidget website in the link below the date can be edited manually.
Does anyone what should be done to make the date field to be edited manually?
Is there any license restriction on this?
We are yet to get the license and now we are using trial version.– JS extract:
$("#fromDate").jqxDateTimeInput({ width : 200, height : 25, formatString : "dd/MMM/yyyy", theme: theme });
Hi prabuj201987,
Please, check whether all the required scripts are included in your project. Check also whether you initialize the widget from a DIV tag and finally check the version of jQWidgets that you use. Another thing that you might check is whether you have somewhere in your project code that sets CSS settings/attributes to INPUT tags.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comWe are using jQWidgets v2.8.2. Any issue due to this version?
Hi prabuj201987,
The current version is 3.0.2.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comIs it an issue with version 2.8.2?
Hi prabuj201987,
We cannot reproduce the behavior with the current version. I do not know whether there is such with an old version.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHave updated the jqx to current latest version 3.0.2
Still we are getting the issue.. Any idea?Hi prabuj201987,
I do not know what could be the reason on your side. According to me there is a conflict with some of your page Scripts. Please, post a complete sample which demonstrates erroneous behavior and we will test it.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comI had the same problem here. I spend a lot of hours to fix it, but I got it! I had 2 calls of jQuery: one in the main file, with 1.9.1 version and another in my grid file, with 1.10.2 version. After removing the call of 1.9.1 version, I solved the problem. Check your jQuery calls and try again.
-
AuthorPosts
You must be logged in to reply to this topic.