Completed
Last Updated: 04 Nov 2019 08:43 by ADMIN
Oliver
Created on: 28 Oct 2019 15:29
Category:
Type: Bug Report
0
Native Grid throws an exception on filtering

I'm submitting a...

  • Bug report

Current behavior

Kendo Vue Grid (native) throws an error whenever you type a character into any of the column filters.

Expected behavior

The Grid data should be filtered like it could be seen in this StackBlitz project: https://stackblitz.com/edit/hqoco4?file=package.json

Minimal reproduction of the problem with instructions

Steps to reproduce:

  1. Open this demo: https://www.telerik.com/kendo-vue-ui/components/grid-native/filtering/
  2. Try to filter the Grid data by entering a value in the filters above each of the columns

The following error will appear in the console:
RangeError: Invalid array length at s (kendo-vue-grid.js:22) at a.e.setFilter (kendo-vue-grid.js:22) at change (kendo-vue-grid.js:22) at Bt (kendo-vue-grid.js:17) at a.n (kendo-vue-grid.js:17) at Bt (kendo-vue-grid.js:17) at a.t.$emit (kendo-vue-grid.js:17) at a.e.triggerChange (kendo-vue-grid.js:17) at a.e.inputChange (kendo-vue-grid.js:17) at input (kendo-vue-grid.js:17)

What is the motivation or use case for changing the behavior?

Regression bug

Environment

Package versions:
@progress/kendo-vue-grid": "0.3.6"

Browser:
All

0 comments