Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145574 | Jun 28,2019 12:13 PM UTC | Jul 12,2019 07:22 AM UTC | Xamarin.Forms | 6 |
![]() |
Tags: SfDataGrid |
[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?
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.