Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
The filter displays "Contains" instead of "StartWiths" when rebind
posted

Hello,

I need to define a filter in "startswith" and I use the following configuration:

{ columnKey: "CustomerID", condition: "startsWith" }

After the rebind, filters always processes the "startwiths" but the label is "contains"

// Refresh DataSource
$(document).ready(function ()     
{         
    $('#refreshBtn').live("click", function()
    {
        $("#grid1").igGrid('option', 'dataSource', northwindCustomers);
    });
});

Please find a sample in attachment,
Thanks in advance for your help.

Olivier Hélin

iggrid_filter_conditions.zip
  • 37874
    Verified Answer
    posted

    Hello Olivier,

    Thank you for the sample. I tested it with the latest version which is 12.1.200121.2059 and the issue was fixed. So I would suggest you to update to the latest version.

    Let me know if you have any questions.