ComponentFactory / Krypton

Krypton WinForms components for .NET
BSD 3-Clause "New" or "Revised" License
1.86k stars 681 forks source link

Option to disable KryptonDataGridView's auto-generated columns #213

Open jayzosayers opened 3 years ago

jayzosayers commented 3 years ago

The KryptonDataGridView control autogenerates columns for any columns that aren't explicitly defined and there's no apparent way of disabling this behaviour unless you manually delete unwanted columns using the .Remove("coumnName") method, which isn't very efficient if you need to remove large numbers of columns.