I like to popup my editors in an Adorner rather than a Window. I see I can customise the editor via the factory but is there any way to customise the container?
Thanks
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
Hello Geoff,
I have been looking into your issue and assume that by editor you mean the dialogs used for manipulating the XamSchedule. Even though there is no built-in functionality you can use, you can to override the dialogs is to handle their XamScheduleDataManager’s events like: ActivityDialogDisplaying, ActivityRecurrenceChooserDialogDisplaying, ReminderDialogDisplaying, etc. … and cancel them like so: e.Cancel = true; This will give you the opportunity to display your editing UI instead. I couldn’t find a way to directly use all of the dialogs functionality since it is only available in the source code. However you can use the templates in the DefaultStyles folder to get you started.
I can also suggest this be logged as new feature. This is the page where all our customers have the opportunity to influence our product line.
Hope this helps. Please let me know if I can assist you further on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support