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
60
UltraTextEditor Control not interactable
posted

Hello, I upgraded my project from .NET Framework 4.6.1 to .NET 6 using the Upgrade Assistant. In the old version I had following DLLs referenced

  • Infragistics4.Documents.Core.v19.1.dll
  • Infragistics4.Documents.Excel.v19.1.dll
  • Infragistics4.Shared.v19.1.dll
  • Infragistics4.Win.Misc.v19.1.dll
  • Infragistics4.Win.UltraWinDataSource.v19.1.dll
  • Infragistics4.Win.UltraWinEditors.v19.1.dll
  • Infragistics4.Win.UltraWinGrid.v19.1.dll
  • Infragistics4.Win.UltraWinTabControl.v19.1.dll
  • Infragistics4.Win.v19.1.dll

I replaced them all with version 23.1 DLLs.

Now, all UltraTextEditor controls are unusable - can't enter any text. However, I am able to set value to these controls in code. So they are kind of working, but if a user can't enter any text in UI - it's useless. Also, they are not disabled - I checked that.

I recorded a GIF to present the issue - https://imgur.com/StbG1cl

If you need more info, please let me know.

Thanks in advance

Parents Reply Children
No Data