Hi Luis,
Thank you for contacting Syncfusion Support.
We suggest you use filtering event and in that event query can use the filtering type. We don’t provide separate property for that. Please refer to the following documentation.
We suggest you to pass a parameter for ignore accent in query. Please refer to the following query,
|
let query: Query = new Query().from('Customers').select(['ContactName','CustomerID']); // defined the query
query = (e.text !== '') ? query.where('ContactName', 'endswith', e.text,true, true) : query; //highlighted boolean value for ignoring the accent
|
Let us know if there is any concern, we will be happy to assist you.
Regards,
Ilakkiya B