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

[Solved] How to make advanced form to show in the middle instead of top?

1 Answer 86 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ez Bala
Top achievements
Rank 1
Ez Bala asked on 16 Nov 2009, 10:05 PM
My scheduler advanced form opens at the top of the page. I have a menu and part of the top portion of advanced form hides behind the menu making only the other part visible. How can I make the advanced form to show in the middle of the window? I tried

AdvancedForm-ZIndex="50000"

 and it still does the same.
Also, I have another custom advanced form. That's behaving the same way as well. I tried Z-index on Div. No positive results.
<div style="border-style: double; border-width: thin; padding: 0% 2.5% 0% 2.5%; border-color: #000000; z-index: 25000">

 Thanks.

and it still does the same.Also, I have another custom advanced form. That's behaving the same way as well. I tried Z-index on Div. No positive results. Thanks.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 Nov 2009, 09:44 AM
Hi Ez Bala,

You can control the positioning of the advanced popup form with the .rsAdvancedEdit css selector. For example, try the following:
.rsAdvancedEdit
   {
       top:300px !important;
   }


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Ez Bala
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or