Does anyone know what mask or format to set on the xam date time editor it it would display the month as a three letter word?
Also, I want to disable the user's ability to type in the date but stil select it through the drop down month calendar.
Thanks very much in advance.
Dimitar Atanasov
Hello Mike,
I believe that you could use the link below instead, which is reffering to our latest documentation :
http://help.infragistics.com/NetAdvantage/WPF/12.1/CLR4.0/?page=xamInputs_Masks.htmlPlease feel free to let us know if you have any other questions with this matter.
The link to "this page" is broken.
With regards to the mask - i.e. what the end user sees when they are in edit mode - this page outlines the mask characters and tokens available. Currently the masked editor does not support the ability to display day/month names (in short or long format). You may want to submit a suggestion for adding this.
With regards to the format - i.e. controlling what the end user sees when not in edit mode - the Format property can be set to any of the intrinsic or custom formats that .net supports. e.g. "dd MMM yyyy".
With regards to preventing editing, currently the xamDateTimeEditor does not provide an IsEditable property similar to that of the combo control. You may also want to submit a suggestion for this as well.