TextboxEditMask
Average Rating:
(1)
(1)
Description
Discussions
(2)
|
|
-
-
Written August 31, 2010Having a real problem binding to the RawText property, it appears to be completely ignored. Also when setting/getting the RawText in the code behind it does not work as expected and return only part of the input, anyone else having problems?
-
Written May 27, 2011I think I'm having the same problem. I'm trying to bind RawText to my viewmodel. The viewmodel property's Setter never gets hit. Here's my XAML: <TextBox Grid.Row="2" Margin="125,43,0,0" Width="129" HorizontalAlign ment="Left" VerticalAlignme nt="Top"> <interactivity: Interaction.Beh aviors> <behaviors:Text boxEditMask EditMask="(###) ###-####" RawText="{Bindi ng myPhoneNumber}" /> </interactivity :Interaction.Be haviors> </TextBox>
-
-
-
Written September 20, 2010Hello, i´m trying to use this behavior on blend 4, and it didn't work, can you help me please? Thanks Humberto Lins.
-
Written September 29, 2010Did you get it to work in blend 4? I am having the same issue added the referance rebuilt the project and it isnt showing up in the behaviors?
-




