Completed
Last Updated: 20 Jun 2022 14:47 by ADMIN
ADMIN
Marin Bratanov
Created on: 10 Jun 2015 08:03
Category: Window
Type: Bug Report
0
Missing top border when VisibleTitlebar=false and RenderMode=Lightweight
A simple workaround is to add the needed border via CSS:

            .RadWindow.rwNoTitleBar
            {
                padding-top: 0.5em;
            }
0 comments