Click here to Skip to main content
15,881,872 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
helllo all how to bind my rich textbox. here is the XAML code


<richtextbox horizontalalignment="Stretch">
Name="termsBox" VerticalAlignment="Center"
Height="Auto"
Grid.Column="1" Grid.Row="0"
Width="390" IsReadOnly="False"
BorderThickness="0"
DataContext="{Binding SelectedQuote.TermsAndCondition, Mode=TwoWay,NotifyOnValidationError=True,ValidatesOnNotifyDataErrors=True}" >

<paragraph>

50% advance with PO, 30% on delivery and balance on installation, commissioning, testing and handing over.
12 Month from the date of Commissioning.
5-6 Weeks from the date releasing the PO and Advance
One month from the date of submission


Posted
Updated 23-Jan-14 19:07pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900