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
50
slowness
posted

the spell checker seems to not be keeping up.  Users type and the letters they type are delayed before being printed on the screen.  Any suggestions? 

Parents
No Data
Reply
  • 44743
    posted

    I assume you are using a .Net TextBox or RichTextBox. There are known performance issues with AsYouType spell checking in these controls that get worse as the number of error underlines visible on screen increases. Try using the UltraFormattedTextEditor if you are not already using it. Some performance enhancements were made for specifically spell checking that control. You can also submit the issue if you don't want to switch controls or the problem still exists after switching: http://devcenter.infragistics.com/Protected/SubmitSupportIssue.Aspx.

Children
No Data