Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
Have you tried setting AutoSize property of the RadWindow to True?
Also try adding the following style in the page which is loaded in RadWindow in order to hide the scrollbars and see whether it helps.
css:
<style type=
"text/css"
>
HTML
{
overflow-x:
hidden
;
}
</style>
Regards,
Shinu.