Hi,
First things first. Great component.
About the bug:
I am making a program with an "outlook look". On the left side I have a menu. When an item gets clicked some splitcontainers get visible=false and others get visible=true (I think that the problem lies somewhere in here).
When I start my program everything works just fine. But when I click a menu item and another view comes up, my datagridviews on that view freezes. They work just fine, but when I click on another row, the selection stays on the same row (although that the grid click action does process the right row).
This happens with all the datagridviews. The only solution is to click on the header, or the scrollbar, and the datagridview will show the selection on the selected row.
The weird thing is that when I started making the program I didn't had any problems with this. The more I advanced the more datagridviews had these problems, and now all my datagridviews are affected with this problem. Deleting them and add them again doesn't fix the problem.
Also, deleting the Krypton headergroup and adding it again doesn't help either.
Does anyone has a similar problem, and if yes, did you solve it, and how?
I hope I explained the problem clearly enough.