How to approach data-binding a BindingList of Lists to a DataGridView in C#?

I've read your post a couple of times. I'm not sure I understand completly. If I don't, please give some details and I'll try to help.

I've read your post a couple of times. I'm not sure I understand completly. If I don't, please give some details and I'll try to help.

If I had to do a Excel-like DataGridView, I think I'd use an Array. I would create an array of, say, 256 by 256 and put it as DataSource. Then after the user edits, you read the whole DataGrid and rewrite if it differs from the array you originally had.

I think you might be interested in this class: codeproject.com/KB/grid/DGVColumnSelecto... It allows the user to dynamically display which columns are shown in the DataGridView.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions