Hi,
I’m using JQWidgets 5.4.0 with a grid that has a filterrow. That works perfectly fine as always. Then I add german localization from your example and the filtering won’t work anymore. As soon as you enter something, all the rows disappear. When you delete the input, the rows stay gone.
You can reproduce it by using the filterrow.htm example and adding two lines of code from the localization example:
<script type=”text/javascript” src=”localization.js”></script>
and
localization: getLocalization(‘de’),
If you do not use the filterrow and for example filtermode excel, then it works perfectly fine.
Is this a bug or do I have to modify the localization.js file in order for the filtering to work? All the texts are there and I assume the algorithm does not depend on the language.
Best Regards
Klaus