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

DateTime Picker in Ribbonbar

1 Answer 67 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 05 Aug 2008, 09:56 PM
Hi, I was trying to add the RadDateTime picker to the ribbon bar programmatically by doing:

 
 

RadDateTimePickerElement dtPicker = new RadDateTimePickerElement();  

dtPicker.Name = "dtPicker";  
radRibbonBarButtonGroup9.Items.Add(dtPicker); 

The radRibbonBarButtonGroup9 has already been added to a chunk in the ribbon bar, whenever I try to launch the application, the application does not load up.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 06 Aug 2008, 02:48 PM
Hello Michael,

Please find the answer in our other post here.

Sincerely yours,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
RibbonBar
Asked by
Michael
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or