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

RadGrid1_ItemDataBound fires only for rows in first page

0 Answers 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Newbie
Top achievements
Rank 1
Newbie asked on 22 Feb 2012, 08:50 PM
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!

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Newbie
Top achievements
Rank 1
Share this question
or