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
  • 45049
    posted

    How much text are you putting into the editor?  How much formatting is applied, typically?

    Knowing the nature of the text being put into the editor may help us to determine whether or not this should be expected, and may also help us test to see if this has already been resolved somehow.

Reply Children