Hello,
I am using Blazor Grid. My definition of a column is like this:
<Column DataField=”@nameof(TransactionRow.Account)” Label=”Account” Class=”xxx” ClassName=”xxx” CellsClassName=”xxx”></Column>
Yet there is nowhere the xxx CSS class in DOM. It looks like these properties are ignored. Are you sure is it supposed to work? How can I give a class to a column header and column cells? Other properties such as Label, DataType, Width etc are working.
I am using Smart.Blazor 13.1.29.
Thank you