Now a keypress on "return/enter" in the field description in the dialog of editing appointment will fire the event NotifyCollectionChangedEventHandler.
Can I change this? A keypress on other keys don't fire this event - that's fine.
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 14 Apr 2014, 08:16 AM
Hello Mieke,
Thank you for writing.
By default when you press enter the EditAppointmentDialog is closed and this is why the event is fired. This is the default behavior and if you want to enter a new row in the description field you should press Ctrl+Enter.
Also if you want to change this you can create your own descendant of the EditAppointmentDialog and change any properties you want. Detailed information about how this can be done is available in the following article: Adding a custom field to the EditAppointment dialog.
Please let me know if there is something else I can help you with.
Regards,
Dimitar
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.