How to set DataGridView.DataSource with more than 655 Columns
Anyone have been tried to bind data to Windows.Forms.DataGridView more than 655 Columns ? When you tried, you can see Exception “Sum of the columns’ FillWeight values cannot exceed 65535.” ? Solution is for this reduces the DataGridViewColumn.FillWeight. Default value is 100 and the maximum sum of FillWeight values for …Read the Rest


