BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[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?