When the user selects a date from the calendar view dropdown, the editor displays something like:
Monday, November 5, 2012
with “November” in reverse highlight, as if the text were selected. Is there a simple way to display plain text without that highlight?
The TextEditStyle property allows you to control the manner in which text is displayed within the editor and in which text is edited. To display text without any selection and editing you can use the TextEditStyles.DisableTextEditor value for this property: