jQWidgets Forums

jQuery UI Widgets Forums Grid jqxNumberInput in Grid filter header

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 8 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxNumberInput in Grid filter header #87259

    westbb
    Participant

    Is it possible to put numeric value (jqxNumberInput) in grid filter header or just restrict letters. I need it because I have server side filtering

    jqxNumberInput in Grid filter header #87263

    Hristo
    Participant

    Hello westbb,

    You could find all available options in our API Documentation.

    filtertype – sets the filter’s type.
    ‘textbox’ – basic text field.
    ‘input’ – input field with dropdownlist for choosing the filter condition. *Only when “showfilterrow” is true.
    ‘checkedlist’ – dropdownlist with checkboxes that specify which records should be visible and hidden.
    ‘list’ – dropdownlist which specifies the visible records depending on the selection.
    ‘number’ – numeric input field. *Only when “showfilterrow” is true.
    ‘checkbox’ – filter for boolean data. *Only when “showfilterrow” is true.
    ‘date’ – filter for dates.
    ‘range’ – filter for date ranges. *Only when “showfilterrow” is true.
    ‘custom’ – allows you to create custom filter menu widgets. *Only when “showfilterrow” is false.

    If you would like to create some new custom filter should use filtertype: 'custom', createfilterpanel: function (datafield, filterPanel) {}.

    Best Regards,
    Hristo Hristov

    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.