Completed
Last Updated: 11 Oct 2018 14:44 by Dimitar
ADMIN
Dimitar
Created on: 05 Oct 2018 09:22
Category: CommandBar
Type: Bug Report
1
FIX. CommandBarMaskedEditBox - the mask cannot be set at design time.
Workaround: 
Set it in code:
commandBarMaskedEditBox1.CommandBarMaskedTextBoxElement.MaskType = Telerik.WinControls.UI.MaskType.Numeric;
commandBarMaskedEditBox1.CommandBarMaskedTextBoxElement.Mask = "d";

0 comments