This window control is very slick and easy to use. Nice job!
I have just a small problem:
I have set Behaviors to Close,Move but there remains a small icon like a clipboard
in the top left corner of the window.
What is this?
How to remove it if it does nothing in my application?
Thanks
Clive
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 26 Feb 2009, 07:02 AM
Hello Clive,
I assume you are talking about the window icon in the top left corner. It is controlled by the IconUrl property of the RadWindow control. You can set it to an empty string or you can use the following style:
.windowicon
{
display:none !important;
}
I hope this helps.
Sincerely yours,
Georgi Tunev
the Telerik team