Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1020
Appointment dialog / category menu
posted

Hello,


how can I create a category menu as in the Appointment dialog itself.

This refers to the dialogue with the Ribbon:


dataManager.DialogFactory =
new Infragistics.Controls.Schedules.ScheduleDialogFactory ();

I am using a derivative of AppointmentDialogCore so I have to create the ribbon itself.

Thank you

Parents
No Data
Reply
  • 17559
    posted

    Hello Marcus,

     

     You can see the default templates that we used for our ApointmentDialog on your computer in the following file:

    C:\Program Files (x86)\Infragistics\NetAdvantage 2012.1\WPF\DefaultStyles\Schedule\generic.xaml

     

    In this file you can search for the style with TargetType="igSchedulePrim:ActivityDialogRibbonLite" and observe the internal implementation of this “ribbon”. You can copy this styles in your application and modify them in order to suit your scenario or to reuse the control depending on your requirements.

     

    If you need any additional information on this matter or if I have misunderstand you in any way please let me know.

Children