This question is locked. New answers and comments are not allowed.
How Can I get the right xaml for RadRichTextPageView? i will export the xaml to database;and import it from database to new RadRichTextPageView; so i can add the radrichtextPageview to a bookpage;the book has many pages which some created by raddocumemnt,but some others by canvas;all bookpages will convert xaml and save in the database
"
ex:the next xml i get,and i use xamlReader.load(),it's error
"
ex:the next xml i get,and i use xamlReader.load(),it's error
<Grid Tag="WordRichText" Width="794" Height="1123"> <Border Tag="Shadow"> <telerik:RadRichTextPageView xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" Tag="WordRichText"> <telerik:RadRichTextPageView.ViewManager xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"> <telerik:DocumentViewManager xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"> <telerik:DocumentViewManager.Document xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"> <telerik:RadDocument xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"> </telerik:RadDocument> </telerik:DocumentViewManager.Document> </telerik:DocumentViewManager> </telerik:RadRichTextPageView.ViewManager> </telerik:RadRichTextPageView> </Border> <Rectangle Tag="WordrtbRec" Fill="#00FFFFFF" Stroke="#00FFFFFF" StrokeThickness="0" Stretch="Fill" /> </Grid>