jQWidgets Forums

jQuery UI Widgets Forums Grid numericfilter Instead of stringfilter

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 5 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • numericfilter Instead of stringfilter #106634

    master3656
    Participant

    Hi
    If the Grid column type string like this
    datafields: [
    { name: ‘BarNo’, type: ‘string’ },
    ]
    columns =
    [
    { text: ‘BarNumber’, dataField: ‘BarNo’},
    ];
    And BarNo something like this [{‘1231′}{’12’}{‘3425’}](Get string form Api)
    the Grid consider Column “numericfilter” Instead of “stringfilter”
    Anyway
    even you type something like 123 is not work
    just you type ” ‘123’ ” to work
    Plese Give me solution
    =================================================================
    Best Regard

    numericfilter Instead of stringfilter #106647

    Martin
    Participant

    Hello master3656,

    I have tested the following Example and the filtering seems to be working fine.
    Also, please, note that you can set the column’s filtertype property to ‘textbox’.

    Best Regards,
    Martin

    jQWidgets Team
    https://www.jqwidgets.com/

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

You must be logged in to reply to this topic.