Posted 14 July 2021, 10:39 am EST
Hi,
Not sure if this is possible - but here goes … we add appointments to the schedule in code, but we do not use any of the standard properties ie. Subject, Location etc - all our data is saved in the Tag property and then we display the info in a format that we need via the format events. We therefore also do not use your standard edit form - because again that wouldn’t make any sense to our users - we intersect the beforeAppointmentShow event and display our own editor. All so far is ok …
But what isn’t ok - is when the user single-clicks an appointment twice - the control currently shows the user the contents of the Subject property and allows them to edit the value - this is similar to what Outlook does - but based on what I’ve said above - this doesn’t make sense for us, as we don’t use the Subject property and thus the appointment text is made to disappear (in reality - it’s showing the blank subject) - so is there any way, we can stop this from happening ? i.e. stop this in-line editing, as it isn’t relevant to the way we use your control.
Thanks,
Chris.