0
Answer

Problem: I Don't see any rows in my DataGridView because its in a user control

ori

ori

17y
1.4k
1
Hi,
I have a problem using a DataGridView in my user control. I narrowed it down to simple test case:
I built a user control containing a DataGridView. When I put the user control in my form I don't see any results. If I put the DataGridView directly in my form I get the desired results.
I tried working with microsoft wizard and by writing the code. I get the same results.
Does someone have a clue whats wrong?