Hi Telerik support team,
I got into problems with a gridview. It seems that the grid losses focus and directly gets focus back. This happens every 1 or 2 seconds. I’ve created a small application with a simple grid with datasource and handlers for the Got- and LostFocus. Add a breakpoint on it and it will hit constantly.
My problem gets bigger because the datasource also gets kind of refreshed. In the sample application I’ve a class Person. Put there a breakpoint on the Name getter and every second or 2 it will hit.
Start the application, don’t click around, just wait. The breakpoints will hit.
What’s happening with the focus on the grid?? Why is it getting ‘stolen’? Can I prevent this behavior?
In the sample application look into the FocusIssueForm.
Regards,
Daniel