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

RadRichTextBox taking time to load at client side

1 Answer 64 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Zatzh
Top achievements
Rank 1
Zatzh asked on 14 Feb 2012, 07:24 AM
hi ,

I got scenarios in my silverlight application where RadRichTextBox is being used to display html text and that too upto a maximum of 50 RadRichTextBoxes per screen.The page as a result is taking some seconds to load and thats affecting the overall perfomance.When i compared RadRichTextbox with radhtmlplaceholder under similar secnario with 50 controls of each per screen with a POC ,corresponding radhtmlplaceholder implemented page got loaded within a second compared to 3 secs or more taken by radrichtextbox implementation. I am using RadRichTextbox over radhtmlplaceholder to avoid scrolling issues and frame sort of appearance at client side.Can any of your guys check this and let me know if am missing something.

thanks
satheesh s

1 Answer, 1 is accepted

Sort by
0
hwsoderlund
Top achievements
Rank 1
answered on 15 Feb 2012, 05:50 PM
I ran into these performance issues myself a while back. The only way around it is to use paging to keep the number of RadRichTextBoxes down. There is more info in this thread:
http://www.telerik.com/community/forums/silverlight/richtextbox/using-radrichtextbox-as-forum-editor.aspx
Tags
RichTextBox
Asked by
Zatzh
Top achievements
Rank 1
Answers by
hwsoderlund
Top achievements
Rank 1
Share this question
or