Hello, I am using a DataGridView with filters, and I have noticed that if I click too quickly or if I type quickly after filtering a field, the mouse becomes unresponsive and stops working. However, the application continues to run smoothly and functions well with the keyboard.
I would like assistance in understanding and resolving this issue. Has anyone else experienced a similar problem? Any suggestions on how to address this would be greatly appreciated.
Here is a brief video showcasing an issue in the program. I believe it can be replicated in a grid with simple filters like the one shown. I'm unsure if it's related to the grid still loading the filtered data and encountering a minor bug when a mouse click happens simultaneously. The mouse then seems to enter a loop, moving but no longer allowing further clicks.
An important note: I'm using the grid in a Maui Blazor application. Indeed, when testing here, I cannot simulate the same error. However, it's worth mentioning that the grid has much less data and filters much more quickly than the one I'm currently working with.