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

Rad Window Scroll

3 Answers 84 Views
Window
This is a migrated thread and some comments may be shown as answers.
Vinodh B
Top achievements
Rank 1
Vinodh B asked on 15 Jun 2010, 04:02 PM
Hi ,

I had used the rad window. while selecting the calendar control my rad window get a scroll bar . i don't need this . Kindly suggest me a solution as soon as possible . also i had attached the screen shot for your persual .

Thanks in advance .

with Reg
vinodh.B

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Jun 2010, 08:55 AM
Hello vinodh,

Have you tried setting the "EnableScreenBoundaryDetection" property of RadDatePicker to True? I hope the calendar popup will open above the datepicker and which in turn does not show the scroll-bar.

Please feel free to share the comments,
Shinu.
0
Vinodh B
Top achievements
Rank 1
answered on 16 Jun 2010, 09:02 AM
Hi
Thanks for spending time on my query .
There exists no such property as you said . Kindly direct me as am new . also i want the calendar pop up to appear in  the right side .
Thanks in advance
With reg
Vinodh.B
0
Georgi Tunev
Telerik team
answered on 21 Jun 2010, 08:54 AM
Hello Vinodh,

I suggest to check this demo where we use RadWindow's AutoSize feature to adjust the size of the window when the calendar popup is displayed. If you examine the content page's code, you will notice the AdjustRadWindow() function that is called whenever the calendar's popup is shown or closed
i.e.(<ClientEvents OnPopupOpening="AdjustRadWidow" OnPopupClosing="AdjustRadWidow" />)
function AdjustRadWidow()
{
  setTimeout(function(){GetRadWindow().autoSize(true)}, 500);
}

As for repositioning the popup, I suggest to use the code provided in this help article as a base and extend it further to fit your requirements.

Best wishes,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Window
Asked by
Vinodh B
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Vinodh B
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or