jQWidgets Forums

jQuery UI Widgets Forums Grid Date input inside firler panel

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Date input inside firler panel #14635

    alexz
    Member

    Hi,

    is it possible to replace text field with jqxDateTimeInput inside grid’s filter panel? I’m trying to do something like this:

    		    updatefilterpanel: function (filtertypedropdown1, filtertypedropdown2, filteroperatordropdown, filterinputfield1, filterinputfield2, filterbutton, clearbutton, columnfilter, filtertype, filterconditions) {
    var div = $('<div></div>');
    $(filterinputfield1).append(div);
    div.jqxDateTimeInput();
    }

    Thanks for any help,
    Br, Alex

    Date input inside firler panel #14636

    Peter Stoev
    Keymaster

    Hi Alex,

    That is not possible. The filter panel has only textboxes at present.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.