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.
Hello all,
I'm selecting a row in a GDBG whenever a user clicks a cell. I can hide the border the grid paints around the current cell doing this:
m_Grid.ShowCurrentCellBorderBehavior = GridShowCurrentCellBorder.HideAlways
But the current cell has the background color different from all the other cells selected in my row.
What can I do to have the current cell have the same appearance the other selected cells have?
Thank you in advance.