We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Cell Styles

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.

1 Reply

AD Administrator 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.

Loader.
Live Chat Icon For mobile
Up arrow icon