Completed
Last Updated: 01 Jun 2021 13:56 by ADMIN
Release 2021.R2.SP.next
Petr
Created on: 16 Apr 2021 09:44
Category: ListView
Type: Bug Report
0
Borderd(false) is not working

Hello,

option Borderd(false) is not working on ListView.
If I set Borderd(false), option is generated on page:

If is set to "false", option is not generated:


But default option in "kendo.all.js" or in "kendo.listview.js" is "true":


Regards

Petr

2 comments
Petr
Posted on: 21 Apr 2021 12:45
Thanks for answer.

I apologise for misunderstanding on beginning of the ticket, it should be:
... Bordered(false) is not working on ...
and
... set Bordered(true), option ...

Regards

Petr
ADMIN
Tsvetomir
Posted on: 21 Apr 2021 09:15

Hi Petr,

Thank you for taking the time to go into detail about the issue that you have faced. Indeed, this is a defect on our side and I confirm that the bordered option is not serialized correctly. I have made the current thread visible on our feedback portal.

Also, for this report, I have updated your Telerik points accordingly. 

Meanwhile, I recommend using the following workaround as a temporary solution:

    <style>
      .k-listview,
      .k-listview-bordered{
        border: none;
      }
    </style>

 

Kind regards,
Tsvetomir
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.