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

DateTimePicker in RibbonBar not working

1 Answer 61 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
R
Top achievements
Rank 1
R asked on 11 Dec 2012, 02:40 PM
Hello,

I am currently evaluating the RadRibbon control.
I put a RadDateTimePicker onto a RibbonBar using RibbonBarTemplateItem like this:

...
<telerik:RibbonBarTab runat="server" ID="tab1" Text="Date">
    <telerik:RibbonBarGroup runat="server" ID="group1" Text="Date" >
        <Items>
            <telerik:RibbonBarTemplateItem>                                                       
                <telerik:RadDateTimePicker runat="server" ID="dtpDateFrom" />
            </telerik:RibbonBarTemplateItem>                       
        </Items>                                      
    </telerik:RibbonBarGroup>
</telerik:RibbonBarTab>    
...

The DateTimePicker control gets rendered, but I can't click the textbox or the buttons for choosing the date or the time.

When I put the RadDateTimePicker outside the Ribbon it works fine.

Do you have any advice?

Thank you,
Raik

EDIT: This seems to be a problem with Firefox (I am using FF 17.0.1). It works in IE 7.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 13 Dec 2012, 09:00 AM
Hello,

This appears to be a bug that's caused by the combination of styles of the RibbonBar and the DateTimePicker, and is only reproduced in Mozilla Firefox. I've logged the bug for fixing and it should be fixed in the next official release (Q1 2013). 

In the meantime, you can use the following style as a workaround:
.RadRibbonBar .RadPicker:after {
    display: none;
}

 
All the best,
Bozhidar
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
RibbonBar
Asked by
R
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or