Hello, I have paging enabled for the radgrid control. I bind the radgrid to a datatable. In the RadGrid1_ItemDataBound , I would like to go over every row bound to the grid and based on the value of a cell, I want to change the background color of the corresponding row. This works fine when paging is not enabled(that is all rows bound to the radgrid is on one page). But when I have multiple pages, I see that RadGrid1_ItemDataBound event gets fired only for rows in the first page.
Thanks for your help!
Thanks for your help!