Does standard paging on a grid just allow ItemDataBound to trigger off those items on the current page, or all pages?
If it just triggers the selected page, is there a way to trigger off ALL items in the grid instead of just the current page?
My usage scenario: I have a grid that is displaying information on a row that is dependent on another row in a previous page. It isn't "seeing" that other page's data when ItemDataBound is called.
My grid is bound using a SqlDataSource and there is nothing that I can see that is out of the ordinary with the grid configuration.