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
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