Make th identifiable for css selector

Hi, is there any attribute I can apply on the header th in a datagrid to make it unique/identifiable via a css selector? I rather dont use js for simple styling.

RadzenDataGridColumn TItem="TellitBusinessCentral.Models.TBC_TELLIT_DEV.DwReportProdcode" Filterable="false" CssClass="whitespaceCol">

You can set HeaderCssClass for desired DataGrid column.

1 Like