Hi all,
I have a trouble with my iggrid, there are many rows that contains accents (the row information is in spanish language)
Then my problem is that i have this word "Anónimos" for example but if in the filter i put Anonimos, obviously don't show the record.
How I can avoid this problem, it's possible?
a lot of thanks for advance
Hi Ruben,
Thank you for posting in our forums! The “ó” and “o” characters are different and that’s why the Filtering does not match the records that you expect. This behavior is expected. What you can do about that is to handle dataFiltering event and add another filtering expression that will match the records you want. Also you have to add additional property called "logic" to the expression objects and set its value to “OR”. I prepared a sample page that can give you an idea of what you have to do.
Please let me know if you have any further questions!
Kind regards, Petko Zhekov Senior Software Engineer