Hello,
I am currently evaluating the RadRibbon control.
I put a RadDateTimePicker onto a RibbonBar using RibbonBarTemplateItem like this:
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.
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.