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

Recurrence Editor 's drop down not working

5 Answers 43 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Prasanna
Top achievements
Rank 1
Prasanna asked on 19 Feb 2013, 09:51 AM
Hi,

I have recurrence editor in rad window. When i click the monthly or yearly option the drop down list appears back of the rad window

I have attached the screen shot.

Please let me know the solution.............








Thanks, 
Prasanna

5 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 22 Feb 2013, 07:41 AM
Hello Prasanna,

 
You can set the following style to make the dropdown visible as expected:

<style>
       .rcbSlide {
       z-index:3004 !important;
        
       }
   </style>

Hope this will be helpful.

Regards,
Plamen
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.
0
Prasanna
Top achievements
Rank 1
answered on 28 Feb 2013, 09:42 AM
Hi Plamen,

            Thanks, But its working for 1st 2 times only and then when i click 3rd time list appears back of the rad window.
0
Plamen
Telerik team
answered on 04 Mar 2013, 11:16 AM
Hi Prasanna,

 
I am attaching my test project where this solution worked as expected all the times.

Hope this will be helpful.

All the best,
Plamen
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.
0
Prasanna
Top achievements
Rank 1
answered on 04 Mar 2013, 02:39 PM
HI Plamen,

    Thanks. I tested your project .In first time its works fine. 
I just moved the rad window and then click combo box again that list appears back of the rad window.

Please check and let me know...


Thanks,
Prasanna
    
0
Plamen
Telerik team
answered on 15 Mar 2013, 10:58 AM
Hello Prasanna,

 
Setting the CSS to 6004 should fix the issue:

.rcbSlide {
       z-index:6004 !important;
        
       }

Kind regards,
Plamen
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
Scheduler
Asked by
Prasanna
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Prasanna
Top achievements
Rank 1
Share this question
or