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
});