Browse By Tags

  • Re: Appointment dialog / category menu

    Hello Elena,


    Many thanks to the help to me.

    Is it even possible to display the entries (see Attached picture).

    "ActivityCategoryHelper.CategoryListItems" is unfortunately internal.

    Thank you
  • Re: Appointment dialog / category menu

    I want to display the entries of the lists for the existing categories (in my example picture test x)

    In case I use your standard dialogue these are generated automatically. These are intern objects of the type "CategoryListItems".

    But…

  • Appointment dialog / category menu

    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 Appointm…

  • Re: Appointment dialog / category menu

    Hello Elena.

    Here is a running project.

    It is reduced by only the most important to include.

    I need help in the class "MyDialogHelper" Category button.

    The class "MyAppointmentDialogCore" is necessary for me.

    The Appointment…