DataGrid has now a non-Bold Header and the Other Cells are Bold; Draw Current Cell Border Color isn't appearing

Hi,

we are updating from Syncfusion v13.2451.0.34 to v18.1.0.44 and have two issues:

  1.  After updating, the Header Texts are no more Bold and the other Cell Texts are bold (and we don't get it to be Header = Bold, Cells = Normal)
  2. The Current Cell Border Color isn't appearing after clicking on a Cell. How can this be achieved?
    Ok, I found out, that issue No 2 can be solved by setting dataGrid.NavigationMode = NavigationMode.Cell;
    Would be great if we can find a solution for issue No 1 :)
The source code of a minimum sample is attached. We use VS 2017 on Windows and have tested it with a Samsung Tablet (Android 5.1) and an x86 emulator (Android 8.1).

Thanks in advance!

BR, Oliver

Attachment: SyncfusionTest_9445749b.7z

3 Replies

KK Karthikraja Kalaimani Syncfusion Team April 21, 2020 02:09 PM UTC

Hi Oliver,

Thank you for contacting Syncfusion support.

Regarding “TypeFace for HeaderCell and RecordCell”

Your requirement can be achieved by generating the column manually and loading the textview to that column and set font with style to that textView. For more details please to below UG link .

This will helps to know about HeaderTemplate,
https://help.syncfusion.com/xamarin-android/sfdatagrid/column-types#headertemplate

This will helps to Know about TemplateColumn
https://help.syncfusion.com/xamarin-android/sfdatagrid/column-types#templatecolumn

This will helps to generate Columns by manually
https://help.syncfusion.com/xamarin-android/sfdatagrid/columns#manually-generating-columns

Regarding “Current Cell does not apprear”

You have not set AllowEditing as true and not enabled NavigationMode  to SfDataGrid. So set the AllowEditing as true and Navigation mode as cell to achieve your requirement.

Regards,
Karthik Raja




OS Oliver Sandig April 23, 2020 09:13 AM UTC

Thank you very much for the fast answer! This is working now, thank you!


FP Farjana Parveen Ayubb Syncfusion Team April 23, 2020 09:35 AM UTC

Hi Oliver, 
 
Thanks for the update. 
 
We are glad to know that the reported problem has been resolved at your end. Please let us know if you have any further queries on this. We are happy to help you. 
 
Regards, 
Farjana Parveen A 


Loader.
Up arrow icon