0
votes

Hi I've a kendo grid and when I click on filter, it is throwing a js error like below. Any idea why I'm getting this error? Also filter is not working integer values.

i.e I've a column with integer values, and when I click on filter and select equals to, it is not working.

Below is the screen

enter image description here

Here is the error when I try to filter integer values column

enter image description here

1
What jQuery version are you using, addBack is added in jQuery 1.8 (api.jquery.com/addback) - Irvin Dominin
Thank you, 1 issue got fixed but integer error is still there. I've updated my post. Please check - jestges
what is ResidentID data? - Irvin Dominin

1 Answers

0
votes

addBack was added in jQuery 1.8, make sure you are on this version or more.