Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » MaskedTextBox Binding   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: MaskedTextBox is clearing the value in the cell

    found the solution myself. Apparently, I need to add the Text attribute into the MaskedTextBox control. see below. <xcdg2:MaskedTextBox Mask=''0000'' PromptChar=''_'' AllowPromptAsInput=''False'' ResetOnPrompt=''False'' ResetOnSpace=''False'' Height=''Auto'' Text=''{xcdg2:CellEditorBinding} />   The sample code from the ...
    Posted to Xceed DataGrid for WPF (Forum) by Weikang on February 10, 2011
  • Mask for negative numbers

    Hi, What is the mask for integer values i.e+ve/ -ve numbers When I give the mask as #99 it doesn't bind the -ve values.  At the backend when I enter -ve numbers it returns null though it returns the actual value for +ve numbers.  Please help me with this.  Thanks, Ajitha
    Posted to Xceed DataGrid for WPF (Forum) by Ajitha on June 15, 2010
  • How to bind a MaskedTextBox

    Hi, I'm trying to bind a MaskedTextBox width a string, but I I do:         <xceed:MaskedTextBox Value=''{Binding Path=Factura, Mode=TwoWay}'' ValueDataType=''{x:Type s:String}'' Mask=''>L-0000-00000000'' /> The control do not set the changes in the model. And if I do ...
    Posted to Xceed DataGrid for WPF (Forum) by Eduardo on April 27, 2010
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.