Hi i was looking at sample project 'Embeddable Editors' under 'Calender and Scheduling'. Here i found that we can use ComboBox as AppointmentEditor. Here EditorWithCombo class was used. I was wondering can we use other controls like button and user control as AppointmentEditor.
Thanks,
Bishwa
Hi Bishwa,
If the item you want to use doesn't have the information necessary to hook into the framework to be a supported editor you can use the ControlContainerEditor object (or the UltraControlContainerEditor component) to acheive the editing using a control / object that did not normally support these capabilities. The general help can be found here, http://help.infragistics.com/NetAdvantage/WinForms/2011.1/CLR2.0/?page=WinControlContainerEditor.html but you can probably read up on this article for all the info: http://help.infragistics.com/NetAdvantage/WinForms/2011.1/CLR2.0/?page=WinControlContainerEditor_Overview_of_ControlContainerEditor_Object.html.