You can also note it in demo application with this settings:
Hi,
To workaround this issue use the following code snippet:
private void RadGridView1_ViewCellFormatting(object sender, CellFormattingEventArgs e)
{
if (e.Column is GridViewCheckBoxColumn && e.CellElement is GridHeaderCellElement)
{
var cell = e.CellElement as GridHeaderCellElement;
(cell.Children[2] as RadCheckBoxElement).CustomFont = "";
}
}
I hope this helps.
Regards,
Nadya
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.