Kendo-ui-core: Filterable option does not work correctly in FileManager's Grid View

Created on 13 Jan 2021  路  1Comment  路  Source: telerik/kendo-ui-core

Bug report

When the views.grid option of the FileManager is used and the filterable option is enabled, the filter menu is empty. Also the 'Date Created' column is empy.

Reproduction of the problem

  1. Open the Dojo example
  2. Go to the 'Grid View'

Current behavior

Currenlty, the filter menu of the Grid in the 'Grid View' is empty. The 'Date Created' column does not show the dates.

file-manager-filterable-bug

Expected/desired behavior

The filter menu in the 'Grid View' and the 'Date Created' column of the FileManager should be not be empty.

file-manager-expected

Workaround

As a temporary workaround, the fields of the model could be defined with lowercase. Here is a Dojo example where the workaround is applied.

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: [all ]
Bug FileManager Completed Next LIB Medium jQuery2

Most helpful comment

The dojo provided will not show value in the Date Created column as the created field is missing from the data. Here you are a corrected dojo example: https://dojo.telerik.com/OtOrIwOw/2.

>All comments

The dojo provided will not show value in the Date Created column as the created field is missing from the data. Here you are a corrected dojo example: https://dojo.telerik.com/OtOrIwOw/2.

Was this page helpful?
0 / 5 - 0 ratings