Hi Guys
Testing the latest v2023.2.606 release I have hit a regression regarding filtering.
To demonstrate open the '
jQuery Grid Frozen Columns' demo
On the 'Order Id' column
- Open the filter menu
- Set the value to 10248
- Hit the Filter button
The grid will be filtered but the Column & Filter menus remain open and the following JavaScript errors are generated
Firefox
Uncaught TypeError: this.popup is undefined
_closeForm https://kendo.cdn.telerik.com/2023.2.606/js/kendo.all.min.js:10
_reset https://kendo.cdn.telerik.com/2023.2.606/js/kendo.all.min.js:10
jQuery 2
dispatch
handle
Chrome
Uncaught TypeError: Cannot read properties of undefined (reading 'close')
at init._closeForm (kendo.all.js:325519:2)
at init._submit (kendo.all.js:325519:2)
at HTMLFormElement.dispatch (jquery.min.js:3:12445)
at r.handle (jquery.min.js:3:9174)
Note: Not all of your demos exhibit the issue (but 100% of my grids do) so they must be something special regarding the options enable for particular grids.
Hopefully you can find and fix this bug quickly because upgrading to v2023.2.606 is not a viable option here.
Regards
Alan