DateFomrat Mask in ASPxTextbox increases width ,How to disable display of dxeErrorCell on ASPxTextBox
时间:2015-08-12 21:10:32
收藏:0
阅读:439
让ASPxTextbox显示yyyy-MM-dd, 需设置 <MaskSettings Mask="yyyy-MM-dd" />。但是会导致ASPxTextbox宽度变宽,因为增加了dxeErrorCell错误显示单元。
需要设置<ValidationSettings Display="None" />来取消 dxeErrorCell,恢复正常宽度。
原文:http://www.cnblogs.com/net-saiya/p/4725297.html
评论(0)