jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts

  • nkanthed
    Participant

    Hi Ivo

    Is there a way that the change is only fired when user tabs out of the field instead of the moment user tried to type in the first character.

    $(“#jqxDateTimeInput”).jqxDateTimeInput({
    width: ‘250px’,
    height: ’25px’,
    theme: ‘energyblue’,
    value : null
    });
    $(‘#jqxDateTimeInput’).on(‘change’, function (event) {
    alert(“Change has been made”);
    });

    In the example above you will see that the on change is fired twice.(try entering a date)

    Thanks
    Nitin K


    nkanthed
    Participant

    Hi

    I already looked at that demo. If you set the default value to null meaning the widget is blank then when the user enters the first character a change event is fired. Is there a way to only fire change event when widget loses focus.

    in reply to: jqxDateTimeInput Calendar 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.

    in reply to: Scrollable Menu Scrollable Menu #83126

    nkanthed
    Participant

    Hi Dimitar

    Does jqxMenu supports scrollbar now in 4.0? We have a requirement where we need scrollbar on jqxMenu.

    Thanks
    Nitin K

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