This is a migrated thread and some comments may be shown as answers.

Server filtering breaks after upgrading to 2019.3.1023

3 Answers 84 Views
MultiColumnComboBox
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 05 Jan 2020, 10:52 PM

After upgrading to 2019.3.1023, server filtering fails after the first search. Chrome console shows the following error. The control is no longer functional after this error occurs. Any ideas?

VM1837:3 Uncaught TypeError: Cannot convert undefined or null to object
    at eval (eval at compile (kendo.all.min.js:1), <anonymous>:3:55)
    at init._renderHeader (kendo.all.js:32395)
    at init._render (kendo.all.js:32492)
    at init.refresh (kendo.all.js:32517)
    at init.proxy (jquery-3.4.1.js:10502)
    at init.trigger (kendo.all.js:164)
    at init._process (kendo.all.js:7522)
    at init.success (kendo.all.js:7257)
    at success (kendo.all.js:7151)
    at Object.n.success (kendo.all.js:6057)

3 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 07 Jan 2020, 03:25 PM

Hello Steven,

We are not aware of such issue with the MultiColumnComboBox. Here's a link to the Server Filtering demo: https://demos.telerik.com/aspnet-mvc/multicolumncombobox/serverfiltering

It uses version 2019.3.1023, the component can be filtered multiple times consecutively and no exception is thrown. How does your MultiColumnComboBox configuration differ from that of the linked demo?

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik UI for ASP.NET MVC with the dedicated Virtual Classroom technical training, available to all active customers.
0
Steven
Top achievements
Rank 1
answered on 24 Jan 2020, 05:28 AM

Hi Ivan

One difference I can think of is in my application I search for numbers rather than text.

The records that I can search for are a list of numeric IDs up to 6 digit long.

Regards

Steven

0
Ivan Danchev
Telerik team
answered on 24 Jan 2020, 04:38 PM

Hi Steven,

Attached to this reply you can find a sample runnable project that demonstrates MultiColumnComboBox with server filtering. Filtering is done over the NumericID field, which is a 6 digit long int in the items data. 

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik UI for ASP.NET MVC with the dedicated Virtual Classroom technical training, available to all active customers.
Tags
MultiColumnComboBox
Asked by
Steven
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Steven
Top achievements
Rank 1
Share this question
or