Completed
Last Updated: 10 Jun 2021 06:27 by ADMIN
Release 2019.R2.SP1
Taki Xaftellis
Created on: 25 May 2019 01:07
Category: ListView
Type: Bug Report
0
ListView have extra styling after latest update

Since upgrading to 2019.2.514, all Kendo ListViews have the following styling added:

overflow-y: scroll; position: relative;

Please explain the purpose and the best way to turn off.

 

1 comment
ADMIN
Preslav
Posted on: 27 May 2019 11:12
Hi Taki,

Thank you for reporting this. This is a bug, and I converted this support ticket to a public bug report. You could check it here:
If everything goes as expected, we will fix it for our next release.

In the meantime, as a workaround, add the following CSS to the project:

<style>
    .k-widget.k-listview {
      overflow-y: visible !important;
      position: static !important;
    }
</style>

Finally, as a small token of gratitude for pointing us to this bug, I updated your Telerik points.


Regards,
Preslav
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.