I've updated my project from 8.3 release to 11.1. I did not introduce any changes to the code but the application stopped working.
it hangs on the following line: itemGrid.DataSource = value
itemGrid is UltraGrid, value is List<MyClass>
itemGrid.InvokeRequired is false
by hangs I mean that application is not responding and taking whole CPU - as if ultraGrid is in some kind of infinite loop
any idea how to track the bug?
Hello ,
Could you please test your application with the latest service release of 11.1, which is 2121. Please let me know for the result.
I am waiting for your response.