Completed
Last Updated: 23 Oct 2013 17:16 by ADMIN
ADMIN
Danail Vasilev
Created on: 29 Jul 2013 11:05
Category: Window
Type: Feature Request
1
FIX The width of the RadWindow's Title when AutoSize=true and RenderMode=Lightweight becomes 1px
When the following RadWindow's propertis are set - AutoSize="true and  RenderMode="Lightweight", the title's width of the RadWindow is 1px. The workaround is to use either RenderMode="Classic" or to override the title's width:

    <style type="text/css">
        h6.rwTitle {
            width: 60% !important;
        }
    </style>

0 comments