ori

ori

  • NA
  • 1
  • 0

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

Jun 23 2007 3:26 AM
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?