This question is locked. New answers and comments are not allowed.
Hello,
I am using RadNumericBox into my project.
I have used below code ;
<Input:RadNumericBox x:Name="rnbQuantity"
Value="{Binding SelectedValue.No, ElementName=itemListView, Mode=TwoWay}"
ValueFormat="{}{0,0:0}" ButtonsVisibility="Collapsed" FontSize="18" MinWidth="90"
>
<Input:RadNumericBox.Resources>
<Style TargetType="telerikNumericBox:NumericTextBox">
<Setter Property="BorderThickness" Value="1"></Setter>
</Style>
</Input:RadNumericBox.Resources>
</Input:RadNumericBox>
I have given TwoWay binding mode, but the value does not get changed when I press back button of the screen, without loosing focus of RadNumericBox.
I also Implement INotifyPropertyChanged.
Any suggestion?
Thanks,
Vinay
I am using RadNumericBox into my project.
I have used below code ;
<Input:RadNumericBox x:Name="rnbQuantity"
Value="{Binding SelectedValue.No, ElementName=itemListView, Mode=TwoWay}"
ValueFormat="{}{0,0:0}" ButtonsVisibility="Collapsed" FontSize="18" MinWidth="90"
>
<Input:RadNumericBox.Resources>
<Style TargetType="telerikNumericBox:NumericTextBox">
<Setter Property="BorderThickness" Value="1"></Setter>
</Style>
</Input:RadNumericBox.Resources>
</Input:RadNumericBox>
I have given TwoWay binding mode, but the value does not get changed when I press back button of the screen, without loosing focus of RadNumericBox.
I also Implement INotifyPropertyChanged.
Any suggestion?
Thanks,
Vinay