Click here to Skip to main content
15,891,184 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Internet Browser project Pin
Pete O'Hanlon21-Feb-12 6:05
mvePete O'Hanlon21-Feb-12 6:05 
AnswerRe: Internet Browser project Pin
Eddy Vluggen21-Feb-12 12:11
professionalEddy Vluggen21-Feb-12 12:11 
GeneralRe: Internet Browser project Pin
topodzie21-Feb-12 19:30
topodzie21-Feb-12 19:30 
GeneralRe: Internet Browser project Pin
Eddy Vluggen21-Feb-12 22:31
professionalEddy Vluggen21-Feb-12 22:31 
GeneralRe: Internet Browser project Pin
topodzie22-Feb-12 5:03
topodzie22-Feb-12 5:03 
GeneralRe: Internet Browser project Pin
Eddy Vluggen22-Feb-12 7:02
professionalEddy Vluggen22-Feb-12 7:02 
GeneralRe: Internet Browser project Pin
topodzie22-Feb-12 21:15
topodzie22-Feb-12 21:15 
QuestionWide table visualization Pin
TPIRick16-Feb-12 6:19
TPIRick16-Feb-12 6:19 
I am using a DataGridView control to display very wide tables; number of columns approx 1,000. When the table get wide an error is generated when assigning the .datasource on the DataGridView. The error is the following: "Sum of the columns' FillWeight values cannot exceed 65535."

I have done a little research and it appears that MS never designed DataGridView to show tables that are very wide. They recommend < 300 columns and I saw somewhere that you could adjust some of the parameters on the columns to increase that number up to 655. I need more than that and would prefer to not implement a "paging" solution.

Can anyone help with a proposed solution? How does Excel display very wide tables of data?

I'm using .net 4.0 and vb.net but a C# solution would be fine.

Thanks in advance !

UPDATE: posted a solution at the end of this thread !

modified 7-Mar-12 16:11pm.

AnswerRe: Wide table visualization Pin
Luc Pattyn16-Feb-12 6:54
sitebuilderLuc Pattyn16-Feb-12 6:54 
AnswerRe: Wide table visualization Pin
Bernhard Hiller16-Feb-12 20:54
Bernhard Hiller16-Feb-12 20:54 
GeneralRe: Wide table visualization Pin
TPIRick17-Feb-12 3:12
TPIRick17-Feb-12 3:12 
AnswerRe: Wide table visualization Pin
Dave Kreskowiak18-Feb-12 4:08
mveDave Kreskowiak18-Feb-12 4:08 
AnswerRe: Wide table visualization Pin
Eddy Vluggen18-Feb-12 4:15
professionalEddy Vluggen18-Feb-12 4:15 
AnswerRe: Wide table visualization Pin
jschell20-Feb-12 9:55
jschell20-Feb-12 9:55 
AnswerRe: Wide table visualization Pin
Luc Pattyn20-Feb-12 12:18
sitebuilderLuc Pattyn20-Feb-12 12:18 
AnswerWORKAROUND/SOLUTION !!! Pin
TPIRick7-Mar-12 10:09
TPIRick7-Mar-12 10:09 
Question.Net 4.0 Win Forms Caching? Pin
julian@giant16-Feb-12 3:34
julian@giant16-Feb-12 3:34 
AnswerRe: .Net 4.0 Win Forms Caching? Pin
Pete O'Hanlon16-Feb-12 3:41
mvePete O'Hanlon16-Feb-12 3:41 
GeneralRe: .Net 4.0 Win Forms Caching? Pin
julian@giant16-Feb-12 4:59
julian@giant16-Feb-12 4:59 
AnswerRe: .Net 4.0 Win Forms Caching? Pin
Luc Pattyn16-Feb-12 4:06
sitebuilderLuc Pattyn16-Feb-12 4:06 
GeneralRe: .Net 4.0 Win Forms Caching? Pin
julian@giant16-Feb-12 4:54
julian@giant16-Feb-12 4:54 
AnswerRe: .Net 4.0 Win Forms Caching? Pin
Luc Pattyn16-Feb-12 5:11
sitebuilderLuc Pattyn16-Feb-12 5:11 
GeneralRe: .Net 4.0 Win Forms Caching? Pin
julian@giant16-Feb-12 5:19
julian@giant16-Feb-12 5:19 
AnswerRe: .Net 4.0 Win Forms Caching? Pin
Luc Pattyn16-Feb-12 5:33
sitebuilderLuc Pattyn16-Feb-12 5:33 
GeneralRe: .Net 4.0 Win Forms Caching? Pin
julian@giant16-Feb-12 6:13
julian@giant16-Feb-12 6:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.