jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput jqxDateTimeInput Calendar

This topic contains 5 replies, has 4 voices, and was last updated by  nkanthed 8 years, 8 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • jqxDateTimeInput Calendar #14395

    Hi team

    My page have more datetime input.
    Now has a question:

    every input will create a new jqxCalendar control. so the performance is low.
    Can i using one jqxCalendar shared in more jqxdatetimeinput controls?

    jqxDateTimeInput Calendar #14400

    Peter Stoev
    Keymaster

    Hi zhq3k,

    No, you cannot share one calendar across multiple jqxDateTimeInput instances.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxDateTimeInput Calendar #14411

    Hi Peter

    how set the parameter to don’t create calendar in jqxDateTimeInput?

    jqxDateTimeInput Calendar #14412

    Peter Stoev
    Keymaster

    Hi Hi zhq3k,

    There is no such option in jqxDateTimeInput. If you do not want to have a popup calendar, you can use jqxMaskedInput with Date mask instead.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxDateTimeInput Calendar #86774

    fresher
    Participant

    Hi ,

    I have initially set value to null so that I can see placeholder

    $(“#jqDateTime1”).jqxDateTimeInput({ formatString: “MM/dd/yyyy”, placeHolder: “MM/DD/YYYY”, value: null});

    after this I am able to enter date , which is fine but its allowing alphabets

    ONLY two alphabets ‘a’ and ‘p’

    Do you have any solution for this??

    jqxDateTimeInput Calendar #86818

    nkanthed
    Participant

    Hi

    The onchange event is getting fired the moment user types in the first character in the date-time widget. The moment user type in the first character it defaults to todays date. Note that the format we have for the widget in ‘MM/dd/yyyy’.

    Is there any way to only fire the change event when the widget loses focus. Thje reason being we have custom logic on onchaange which needs to be initiated once user finishes typing in or the widget loses focus.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.