On the appointment edit dialog I would like to validate the Title field(see screenshot below) without having to do it in the OnCreateHandler or OnUpdateHandler. I have tried validation in these events, but it closes the dialog and I have to re-enter the data once again. I would like to not have to enter the data over again in case a title gets duplicated inadvertently.
So my question is: is there a way to assign validation to the input fields?