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
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.