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

Resizeable Window with fixed bottom area

1 Answer 41 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jani
Top achievements
Rank 1
Jani asked on 04 Nov 2011, 10:14 AM
Hi

I'm using the RadWindow to handle a resizeable dialog. The dialog should contain two areas/rows:
- edits on the top - resizeable with the window
- validation & buttons on the bottom - area is always visible (the validation summary is only visible, if an validation error was found)

Is there any solution to reduce the scrollbars only to the editing area and not to the entire window content?

Cheers,
Jani

1 Answer, 1 is accepted

Sort by
0
Accepted
Kevin
Top achievements
Rank 2
answered on 04 Nov 2011, 01:07 PM
Hello Jani,

You would have to add your own custom code to resize the height of your edit area when the window resizes. How do you display the dialog window, are you using the RadWindow's ContentTemplate or NavigateUrl property? Depending on how you display the dialog, you will need to handle different events to resize your edit area.

If you use the ContentTemplate, you will need to handle the OnClientResizeEnd event of the RadWindow. For the NavigateUrl, you need to handle the resize event of the window object in your aspx page.

I hope that helps.
Tags
Window
Asked by
Jani
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 2
Share this question
or