Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
515
UltraFormattedTextEditor slow performance
posted

We have an application where we are using multiple UltraFormattedTextEditor boxes and getting poor performance when assigning text.  We create HTML-formatted text and assign it to each instance (e.g. clsText.Value = strString).  Assigning the text to the object is quite slow.  I've profiled the code using JetBrains dotTrace.  The set_Value method of UltraFormattedTextEditorBase seems to be the culprit.  In one test case, we have 25 text editor boxes, the set_Value method takes over 7.5 seconds of processing time.

We are using NetAdvantage version 7.2.

 Has anyone else seen this?  Is there any way to speed this up?

Thanks,

Sean Baker. 

Parents Reply Children