When I made some style changes that I will describe below, the size of my RadWindow changed. There is an area that is the right size and which is transparent with the window title at the top and the word close to the right of it. Close is a link that seems to close the window and there is a bullet to the left of it, as if it were in a <ul>. Within this transparent area is smaller content area with scroll bars, and it contains the content of my window. It's way to small and I have to scroll in both directions to see it all. If I make the title (up in the transparent area) longer or shorter, the width of the content area changes to match. The height of the content area is about a third of what it should be. If I call SetSize on the client size, the outer, transparent area is resized and the content are is unchanged.
This started when I stopped using embedded styles. I copied WebBlue and Web20 into my theme folder and in my config.sys put this:
add key="Telerik.EnableEmbeddedSkins" value="false"
add key="Telerik.EnableEmbeddedBaseStylesheet=false" value="false"
I also removed the style sheet for the RadEdit content area, which was messing things up, and changed a few colors in the new style sheets.
If I remove the WebBlue and Web20 folders from my theme folder and remove the two lines from config.sys, all is well again. If I put either the folders or the config lines back, it breaks again.
Obviously there's a style somewhere that is interfering. Can anyone give me some clues about where to look for the problem?