views:

29

answers:

1

We need a datagridview with more than 2000 columns.

The problem that we have is that only around 700 columns are showing correctly, and the remaining are not showing.

We need to do this because each column represents a day for example: 2009/01/01/ - 2009/01/02

Does this control have a limit of columns that can show correctly?

Using VS 2010.

A: 

Yes, I think there's limitation in the count of columns in DataGridView, check this

I suggest implement it like the calender in Outlook.

Good luck.

Homam
thank you for your answer