Simple Bank program, DataGridView issue
Hello guys, I'm beginner and I was working on some simple bank app in windows forms, I ran into issue where I can not select the grid, it just gives me error for just selecting it(clicking it), can someone help me out, I couldn't troubleshoot it
8 Replies
:sadge:
You'll likely need to provide more details
What errors are you getting? What does the code look like?
It's likely the generic windows forms uncaught exception handling
Error wise
When I get home i will provide the errors and other details


By the way on the first picture when u take your cursor to the row, the little arrow is shown on the left, it does not show up on my grid, and the second picture is the error it gives me when i try to select it
@Mayor McCheese
You've got an uncaught exception bubbling all the way to the top. What event handlers do you have defined on your grid?
these
If you put a break point (F9) on the line you want a breakpoint at; at the start of each event handler method you can step through (F10) and examine the state of your data grid, etc