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,
I'm new developing with Syncfusion's Grids. I'm using a GridDataBoundGrid and I'm trying that when I select a row, all the row appears in black (or in the selection color) because the first cell of the row is allways in white color.(In fact, I only want to work with rows, not with specific cells)
I've tried to change the color of the cell, but I don't know how to do it. how??
There is any other posibility of doing this?
Thanks a lot,
Ivan.
ADAdministrator Syncfusion Team November 3, 2003 08:44 PM UTC
Try setting the ListBoxSelectionMode property. This will select the whole row when you click it.
To make the currentcell the same color as the rest of the row, handle the CurrentCellActivating event, and there, set e.ColIndex = 0.