jQWidgets Forums

jQuery UI Widgets Forums Grid Case sensitive fields in grid

This topic contains 2 replies, has 2 voices, and was last updated by  nikitaso 11 years, 12 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Case sensitive fields in grid #23771

    nikitaso
    Participant

    Is possible to toggle this feature or something?

    Basically when I add filter to grid fieldnames are casesensitive.

    var filtergroup = new $.jqx.filter();//craete filter for auser filters
    var filter_or_operator = 0;

    var filter1 = filtergroup.createfilter(‘stringfilter’, ‘some name here’, ‘EQUAL’);

    filtergroup.addfilter(filter_or_operator, filter1);
    $(“#jqxgrid”).jqxGrid(‘addfilter’, ‘FirmName’, filtergroup); << so here 'FirmName' not same as 'firmname'
    $(“#jqxgrid”).jqxGrid(‘applyfilters’);

    Case sensitive fields in grid #23773

    Peter Stoev
    Keymaster

    Hi,

    You can create case sensitive or case insensitive filters. Both are supported. Here are the supported filter types: jquery-grid-filtering.htm.

    Best Regards,
    Peter Stoev

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

    Case sensitive fields in grid #23933

    nikitaso
    Participant

    Thank you!

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

You must be logged in to reply to this topic.