I have a Telerik RadGrid that is bound to a Linq Datasource. On the
intial page load, the data shows up fine in the RadGrid. If I remain on
Page 1 and filter the data, it shows correctly. However, if I go to
page 2 or 3 or any page but the first 1 and filter the data, it does not
display in the RadGrid. I examined the sql that linq is generating in
the immediate window and it is generating the proper sql and bringing
back results, but it is not displaying in the radgrid when I page to any
page but the first.