Completed
Last Updated: 18 Jan 2024 07:55 by ADMIN
Release 2024 Q1
Cyril Iselin
Created on: 10 Dec 2020 08:45
Category: UI for ASP.NET Core
Type: Bug Report
1
Using Model for the Grid which implements CustomTypeDescriptor throws an error

Bug report

When the Model for the Grid inherits the CustomTypeDescriptor, an error is thrown.

Reproduction of the problem

  1. Open the attached sample project -
    TelerikAspNetCoreApp3.zip

  2. Load the About page

Current behavior

The following error is thrown:

An unhandled exception occurred while processing the request.
InvalidOperationException: Bound columns require a field or property access expression.
Kendo.Mvc.UI.GridBoundColumn<TModel, TValue>..ctor(Grid grid, Expression<Func<TModel, TValue>> expression)

Expected/desired behavior

The view should load without any errors

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: [all ]
0 comments