Is there are way to access all of the data from a databound RadGrid?
I can acess the data that is currently showing on the RadGrid, but is there anyway to access the data that is bound to the control but not shown?
Say I have 125 records, but only 25 are shown on the page, how do I access the other 100?