The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
we are updating from Syncfusion v13.2451.0.34 to v18.1.0.44 and have two issues:
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)
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).
KKKarthikraja 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 .
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
OSOliver SandigApril 23, 2020 09:13 AM UTC
Thank you very much for the fast answer! This is working now, thank you!
FPFarjana 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.