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
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
function
OpenRadWindow() {
var
oWnd = $find(
"<%= DialogWindow.ClientID %>"
);
oWnd.show();
//Here set the width and height of RadWindow
oWnd.setSize(400, 100);
oWnd.setUrl(
"http://www.google.com"
oWnd.minimize();
oWnd.maximize();
oWnd.restore();
}
Apart from the this you can use
methods to set the height and width of RadWindow