New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
[C#]
dataGrid.QueryCellStyle += DataGrid_QueryCellStyle;
private void DataGrid_QueryCellStyle(object sender, QueryCellStyleEventArgs e)
{
e.Style.FontAttribute = FontAttributes.Bold;
} |
On the android platform, the bold font works correctly:
e.Style.FontAttribute = FontAttributes.Bold;
but on iOS does not work. Is this the error you were writing about and will be fix in July?