This is a migrated thread and some comments may be shown as answers.

Row Display Event

2 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Vincent asked on 14 Nov 2018, 06:09 PM

Hi !

Is there a event where it passes over all the rows and display the row ? 

On the display of my data, I would like to change the backcolor of the row.

I tried the RowFormatting event but It only go on the first row...

Thank you ! 

2 Answers, 1 is accepted

Sort by
0
Vincent
Top achievements
Rank 1
answered on 14 Nov 2018, 06:55 PM
I've been able to make it works with the RowFormatting event.
0
Hristo
Telerik team
answered on 15 Nov 2018, 09:29 AM
Hello Vincent,

The RowFormatting event will fire for all of the data rows which are currently visible. The event handler is suitable for performing changes in the visual appearance of the rows: https://docs.telerik.com/devtools/winforms/gridview/rows/formatting-rows.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Vincent
Top achievements
Rank 1
Answers by
Vincent
Top achievements
Rank 1
Hristo
Telerik team
Share this question
or