I am trying to localize the ‘contains’ string in filterstringcomparisonoperators in the jqxGrid component configuration. Please see the scenarios outlined below.
Scenario 1
1. Open http://jsfiddle.net/1cwow4c8/2/
2. Filter the “Product” column for “Caffe”
Expected: The “Name” column is not filtered.
Actual: The “Name” column is filtered from empty values.
Scenario 2
1. Open http://jsfiddle.net/1cwow4c8/2/
2. Change ‘enthält’ to ‘contains’ in stringComparisonOperators on line 43
3. Click “run” to re-run the fiddle
4. Filter the “Product” column for “Caffe”
Actual: The filtering now works. No filter is applied to the “Name” column.
What is going on in the above scenarios? Is this a bug?