This is a migrated thread and some comments may be shown as answers.

radWindow miniumum size

6 Answers 124 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tracy Dryden
Top achievements
Rank 1
Tracy Dryden asked on 27 Jan 2011, 07:50 PM
Is there a simple way to restrict resizing a radWindow smaller than a specified minimum size. I don't see a MinimumWidth or MinimumHeight attribute for it. I tried the onClientResize event, but it isn't called until AFTER the window has been resized, so it can't be used for this purpose. The problem is that while the minimum width is determined by the width of the window icon and titlebar controls, there appears to be no minimum height at all. I can resize a window down to apparently 1px tall!

6 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 01 Feb 2011, 02:41 PM
Hello Tracy,

Yes, RadWindow currently does not support this, but we are working on such feature. It will be included in the Q1 2011 release.


Kind regards,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Tracy Dryden
Top achievements
Rank 1
answered on 01 Feb 2011, 04:28 PM
Looking forward to the update. My boss asked about this one, so I really need it to be fixed.

Thanks.
0
kahluavn
Top achievements
Rank 1
answered on 17 Feb 2011, 09:38 AM
I need this too :D. Silly me just posted the same thing. Should have looked it up first.

Look forward to this, too.
0
Svetlina Anati
Telerik team
answered on 17 Feb 2011, 11:04 AM
Hi guys,

 We are glad to hear that you find this upcoming feature a nice one. It will also be available in the Beta which is scheduled until the end of this month. Once it is out, you can download and test it, so that we can let us know how it goes on your side and we can make improvements if needed before the official Q1 2011 release.

Best wishes,
Svetlina
the Telerik team
0
Kevin Donahue
Top achievements
Rank 1
answered on 21 Mar 2012, 06:16 AM
What is the command?  You've only said it should be in the release?
0
Marin Bratanov
Telerik team
answered on 22 Mar 2012, 02:52 PM
Hi Kevin,

These are the MinHeight, MinWidth, MaxHeight, MaxWidth properties and their respective client-side getters/setters: get_minHeight(), set_minHeight(), get_minWidth(), set_minWidth(), get_maxHeight(), set_maxHeight(), get_maxWidth(),  set_maxWidth(). You can find them in the RadWindow's server-side API reference, its Client-side API reference and you can see it in action in this online demo.


Kind regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Window
Asked by
Tracy Dryden
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Tracy Dryden
Top achievements
Rank 1
kahluavn
Top achievements
Rank 1
Svetlina Anati
Telerik team
Kevin Donahue
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or