Update ProductsGrid.cs
This commit is contained in:
parent
a83fe9e532
commit
1fa415628f
1 changed files with 2 additions and 1 deletions
|
|
@ -452,7 +452,8 @@ namespace LibationWinForms.GridView
|
|||
var config = Configuration.Instance;
|
||||
|
||||
var dictionary = config.GridColumnsWidths;
|
||||
dictionary[e.Column.DataPropertyName] = e.Column.Width;
|
||||
dictionary[e.Column.DataPropertyName] = e.Column.Width;
|
||||
config.GridColumnsWidths = dictionary;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue