CssClass of DataGridColumn is added with ending spaces

Not a big issue, because the browsers' parsers probably are doing a Trim(), but if you want to add as minor bug, I report that css class are added with spaces

<RadzenDataGridColumn TItem="PressRelease" Property="@nameof(PressRelease.MediaName)" Title="Nome" CssClass="main-cell" />

Screenshot 2022-06-20 174016

Thanks! We will do our best to improve this in one of our next updates.