Is it possible to use MarkupString to the Title of RadzenDataGridColumn? The example is shown below:
<RadzenDataGridColumn TItem="TransCrossSecByEng" Property="totalCrossSec" Filterable="false" Title=@((MarkupString)TCS (a02)) Width="40px" TextAlign="TextAlign.Center">
Hi @Angela_Lee,
No, this isn't possible. You can use the <HeaderTemplate>
of the column though.