telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

FileManager - files are displayed as undefined when kendo.aspnetmvc.min.js is loaded #5614

Open IvanDanchev opened 4 years ago

IvanDanchev commented 4 years ago

Bug report

Reproduction of the problem

Dojo example.

  1. Click on "Folder" in the treeview

Current behavior

The file in the selected folder is displayed as "undefined"

Expected/desired behavior

The file data is properly retrieved and displayed.

A workaround is available in this dojo example: https://dojo.telerik.com/ORImIvaC

Environment

icnocop commented 3 years ago

Is there a workaround when using ASP.NET MVC Razor syntax?

Thank you.