DateFomrat Mask in ASPxTextbox increases width ,How to disable display of dxeErrorCell on ASPxTextBox

让ASPxTextbox显示yyyy-MM-dd, 需设置 <MaskSettings Mask="yyyy-MM-dd" />。但是会导致ASPxTextbox宽度变宽,因为增加了dxeErrorCell错误显示单元。

需要设置<ValidationSettings Display="None" />来取消 dxeErrorCell,恢复正常宽度。

原文地址:https://www.cnblogs.com/net-saiya/p/4725297.html