This is a migrated thread and some comments may be shown as answers.

if i select the Options of Reduce XAP size by using application library caching ,XamlDataProvider not working

2 Answers 17 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
l
Top achievements
Rank 1
l asked on 18 Jul 2014, 05:18 AM
if i select the Options of Reduce XAP size by using application library caching , the XamlDataProvider not working,

<Grid x:Name="LayoutRoot" Background="White">

        <telerikXaml:XamlDataProvider RichTextBox="{Binding ElementName=radRichTextBox}" Xaml="{Binding Path=Text,ElementName=Txt_xaml,Mode=TwoWay}"></telerikXaml:XamlDataProvider>
        <telerik:RadRichTextBox x:Name="radRichTextBox" DocumentInheritsDefaultStyleSettings="True" HorizontalAlignment="Left" Height="150" HorizontalScrollBarVisibility="Hidden" IsSpellCheckingEnabled="False" Margin="65,115,0,0" VerticalScrollBarVisibility="Hidden" VerticalAlignment="Top" Width="255"/>
        <TextBlock Name="Txt_xaml" HorizontalAlignment="Left" Margin="80,35,0,0" TextWrapping="Wrap" Text="TextBlock" VerticalAlignment="Top" Width="150" Height="40"/>

 </Grid>

2 Answers, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 21 Jul 2014, 12:57 PM
Hi,

Please refer to this part of RadRichTextBox's documentation where the most likely cause for this behavior is explained.

I hope this helps.

Regards,
Petya
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
l
Top achievements
Rank 1
answered on 22 Jul 2014, 02:25 AM
it's ok,thanks
Tags
RichTextBox
Asked by
l
Top achievements
Rank 1
Answers by
Petya
Telerik team
l
Top achievements
Rank 1
Share this question
or