Hi, I have a problem probably with binding - when I try load something from database - everything works fine, but when I try save something to database - property is null
Detail.PoznamkaMax is ViewModel property - data from database
<telerik:RtfDataProvider x:Name="rtfDataProvider" Rtf="{Binding ElementName=poznamka, Path=Text, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" RichTextBox="{Binding ElementName=editor}" /><risCtrl:RadTextInput x:Name="poznamka" Margin="0 100 0 0" Text="{Binding Path=Detail.PoznamkaMax,Mode=TwoWay, ValidatesOnExceptions=False, NotifyOnValidationError=True}" /> <telerik:RadRichTextBox x:Name="editor" Grid.Row="1" Grid.Column="0" DocumentContentChanged="editor_DocumentContentChanged" Margin="0 4 0 0" />