المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Data in GridView is not being displayed correctly



C# Programming
12-30-2012, 10:12 AM
I am displaying a datagridview using

dataGridView1.DataSource = dv;
When the dgv is displayed only the top left cell has a visible value. However when I click in other cells, the data in that cells becomes visible.

Any ideas why this could be happening. Thanks.