Hi,
i use the "RadMaskedTextInput" and Text={Binding nn} to show a Adress. The Content should be "Österreich". But it shows me something like a "?" instat of the "Ö". How can i solve this?
Thanks
Regards
ww
i use the "RadMaskedTextInput" and Text={Binding nn} to show a Adress. The Content should be "Österreich". But it shows me something like a "?" instat of the "Ö". How can i solve this?
<telerik:RadMaskedTextInput Margin="3" HorizontalAlignment="Stretch" VerticalAlignment="Top" Grid.Row="0" Grid.Column="1" Name="KundenAns_txt" Value="{Binding Anschrift}" telerik:StyleManager.Theme="Summer"TextMode="PlainText" VerticalContentAlignment="Top" SelectionOnFocus="SelectAll" />Thanks
Regards
ww