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
430
Accent in iggrid filtering
posted

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

  • 2355
    Offline posted

    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

    sample-filter-accents.zip