Disable indicator for rows in RadGridView

0 Answers 66 Views
GridView
Priya
Top achievements
Rank 1
Iron
Iron
Iron
Priya asked on 06 Jun 2022, 11:53 PM

I have a simple use case where if the Checkbox in column-1 is unchecked  there should be some indication in the row (such as the row being grayed out).

In the example below, I would like the unchecked row "40 ,00, 00 00 03...) to be visually different than the checked row above.

What is the easiest way to accomplish this ?

Your help is appreciated.

Martin Ivanov
Telerik team
commented on 09 Jun 2022, 10:27 AM

Is this checkbox related to the selection state of the row? If so, then you can use the SelectedBackground property of GridViewRow. If the checkbox is not related to the selection, than you can use the Background property of the GridViewRow. Both properties can be set using the RowStyle property of RadGridView.

 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Priya
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or