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

Accessing the Row Object

1 Answer 76 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jeremy Pryor
Top achievements
Rank 1
Jeremy Pryor asked on 21 Dec 2009, 11:10 PM
I need to be able to access a row within the grid, so that I can modify the color of the entire row at runtime, based on the value of a checkbox.  Thank you in advance for your help.

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 22 Dec 2009, 09:55 AM
Hello Jeremy Pryor,

RadGridView
uses virtualization for its rows. It creates visual elements only for the rows that are visible on the screen. They are reused upon scrolling. You should handle RowFormatting event to customize the row visual appearance. Please check for more information our online documentation and this KB article.

All the best,
Jack
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Jeremy Pryor
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or