I am using "filterBy" function from Kendo-data-grid in my Angular app.
I have a data where column names consists of special characters such as 'Product. Name'. I able to filter all the columns(which has names without special characters). I am not able to filter the columns(which has name with special characters).
How can i filter the columns even with specialcharactes in its names.
Example: Example
Please help me regarding this.