bind-Settings on the DataGrid

Found a minor issue w/the DataGridColumn requiring the Property attribute to be set when using @bind-Settings on the DataGrid. As many of our columns leave blank as dynamic and is not a property on the DataGrid's Data source, I put in a bogus Property value to get this to work but wanted to bring to your attention.

Hi @Charlie_Harris,

Indeed Property is a must in this case since this is how the column settings will be restored.

Thanks enchev. I’m also suggesting to ignore those columns without a Property specified as often the column is a list of actions related to the row and not tied to the data source – betting this is common and assuming others will have to troubleshoot the same issue that costs me a lil time.