Completed
Last Updated: 27 Jan 2020 13:53 by ADMIN
Release 2020.R1.SP.next
Anna
Created on: 16 Jan 2020 11:52
Category: FileManager
Type: Bug Report
0
File Manager: list and grid views are swapped

As can be seen on the screenshot on https://www.telerik.com/support/whats-new/kendo-ui :

  • actual behavior: active view is grid, but highlighted button is list
  • expected behavior: active view and highlighted button match

2 comments
ADMIN
Dimitar
Posted on: 21 Jan 2020 08:01

Hello Anna,

Thank you for your feedback!

Indeed you are correct that the icons for the built-in GridView and ListView that are rendered in the Toolbar of the FileManager should be swapped. I have linked this bug report to a GitHub item and already committed a fix for the issue:

After the testing process is completed successfully, and provided that everything works correctly, the fix will become available in the next Service Pack.

I have also updated your Telerik Points as a small token of gratitude for reporting this issue.

Regards,
Dimitar
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Anna
Posted on: 16 Jan 2020 16:40

The source of the confusion comes from this:

  1. the first view has one-dimensional data, it's technically a list, but the visual layout is a two-dimensional grid of items
  2. the second view has two-dimensional data, a grid is used under the hood, but what the user sees a one-dimensional list of items.