Hello Kendo UI Team,
The dataStateChange and the filterChange events are not emitting anything on changing the filter value when -
- I'm using it on a mobile device (tested on android 10 and 11)
- the column's filter type is "text"
Here is the column's definition:
{
field: `name`,
title: `Name`,
filter: {
type: `text`
}
}
The example provided on kendo's official page, which has text type column in the grid, is not working on the mobile device also if I change the filter value. Here is the grid I've checked on android 10 and 11. Official Page's Grid Demo
But it works fine if the filter type is numeric/date/dropdown/et cetera. It also works fine on changing sort or paging.
I have searched for any workaround for this but unfortunately could not find anything. It would be helpful if you can suggest any workaround. Please also If there is no workaround available