Hi,
I use the RadzenDataGridColumn with CssClass="font-weight-bold" but it seems that in following example font-weight-bold is being overwritten by rz-column-title because rz-column-title sets font-weight to normal.
<th class="rz-unselectable-text font-weight-bold" scope="col" style="width:113px">
<div style="width:100%">
<span class="rz-column-title">Column title</span>
</div>
</th>
Is there a workaround?
Thanks
Philipp