Hi, I was trying to add the RadDateTime picker to the ribbon bar programmatically by doing:
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.
|
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.