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
70
Error On clicking Ultra Win Grid Cell
posted

Hi, I am using Infragistics UltraWinGrid.v18.1 in my application.

It is perfectly working well and showing the data correctly but when I click any of the cell irrespective of the column, It continuously throws me an error.

See the Stacktrace of the Error below 

Regards

Parents
  • 34810
    Verified Answer
    Offline posted

    Hello Muhammad,

    Are you by chance targeting .NET Core 3.1 or perhaps .NET 5? I ask, as we started supporting .NET Core 3.1 and .NET 5 in version 2020.1 and 2020.2 respectively. If you are targeting version 2018.1 in either of these versions, it will not work as that version is not optimized for .NET Core 3.1 or .NET 5, and Microsoft removed the ContextMenu in those versions of .NET.

    If you are targeting those versions of .NET, I can only recommend that you upgrade to at least 2020.1 or fall back to using .NET Framework. If you are not targeting those versions though, can you please let me know which versions you are targeting as well as what the specific version of 2018.1 is that you are targeting? This number can be found on the properties of your references and will look along the lines of 18.1.20181.XXXX.

    Please let me know if you have any other questions or concerns on this matter.

Reply Children