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
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/.