jQuery UI Widgets Forums Grid Cannot add space in column filter searches

This topic contains 3 replies, has 2 voices, and was last updated by  ten 9 years, 5 months ago.

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

  • ten
    Participant

    Hello, I have an implementation of client side table processing grid, virtualmode is false, and column filtering turned on.
    When a user starts to type text into a column filter box and tries to add a space the grid starts to search right away.
    What I would like to happen is for the grid to allow white spaces as a user types to search, for example filter on “john doe”. Today the grid will start filtering at the point the user types “john “.
    Is there any way to do this?

    Thanks,
    ten


    Peter Stoev
    Keymaster

    Hi ten,

    The Grid Filters automatically when you type and it does not matter whether you press Space or not. It happens on delay. You may increase it if you wish by setting the column’s filterdelay property.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    ten
    Participant

    Thanks Peter, searching the web and site on filterdelay does not bring anything up for an API. Can you provide a link or example?
    ten


    ten
    Participant

    Tried the obvious and it worked.

    { text: ‘Name’, datafield: ‘name’, width: ‘20%’, filterdelay:’6000′ }

    ten

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

You must be logged in to reply to this topic.