jQWidgets Forums

jQuery UI Widgets Forums Grid Masked Input Plugin

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 12 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Masked Input Plugin #16743

    damc
    Participant

    Hi,

    I useMasked Input Plugin in jqxGrid cell. It works fine on Chrome, but on IE or FF stays empty mask on cell if user leaves empty cell.

    What should I do that code will work on all browsers (Chrome, FF and IE)?

    Code for column:

    					initeditor		: function (row, cellvalue, editor) {
    jQuery(editor[0]).mask('99.99.9999');
    },

    Thank you for your help.

    Masked Input Plugin #16758

    Peter Stoev
    Keymaster

    Hi damc,

    Unfortunately, Custom Editors in Grid cells are not supported and we cannot help you here.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Masked Input Plugin #16775

    damc
    Participant

    Hi Peter,

    What do you recommend in order to facilitate users to enter dates in the table. The user can enter the date, leave blank or delete the value (must be empty)?

    Thank you for your help.

    Masked Input Plugin #16776

    Peter Stoev
    Keymaster

    Hi damc,

    The jqxDateTimeInput editor can enter date. It can also be left blank.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.