jQuery UI Widgets Forums Grid Filtering Customization

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Filtering Customization #49443

    elcarajo
    Participant

    Hi,

    I have a couple of jqxgrid filtering questions:

    1. Can I change the input for the date filter in a filter menu from a textbox to a calendar like what the filterrow has?
    2. If the above is possible, can I have, in the same grid, some date columns have textbox input, while some have calendars?

    Thanks!

    Filtering Customization #49444

    Peter Stoev
    Keymaster

    Hi elcarajo,

    It is not possible to change the Input from the filter menu.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Filtering Customization #49449

    elcarajo
    Participant

    Hi Peter,

    Thanks for the quick reply. I’m also trying to use createfilterwidget to customize a date column filter for a filterrow `createfilterwidget: function (column, columnElement, widget) {
    widget.jqxDateTimeInput({ width: ‘250px’, height: ’25px’, formatString: ‘MM/dd/yyyy hh:mm’, showCalendarButton: true});}`

    it works fine, except input doesn’t change when I type into the keyboard

    Filtering Customization #49450

    Peter Stoev
    Keymaster

    Hi elcarajo,

    The keyboard is disabled in the DateTimeInput’s Range Selection Mode. That is how it works even outside the Grid.

    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.