DataGridView new row

Why when I add a new row to a DataGridView do all the textboxes show (null)? How do I make it so that these are just empty textboxes?

Thanks
dave

[151 byte] By [DavidA.Coursey] at [2008-2-28]
# 1
Set the schema of the DataTable so the columns are not able to be null, but instead have a default of ""?
SimonSoanes at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# General...
# 2
I upgraded from Beta1 to Beta2 and it went away. Thanks for the reply.

dave

DavidA.Coursey at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# General...