Situation:
I have multiple-paged Grid control on the page. It showing all positions in cathegory that user selected.
User can search items via search-engine and it shows elements as a list.
When user clicks on element in search-list, I need to refresh Grid and load all elements from cathegory clicked element belongs to.
Also I need to select this element in Grid and there is the problem: I can not find it in Grid.Items collection if this element not on current page.
Do anybody knows how to get all items ( but not only items from currently selected page ) or may be I doing something worng and there is another way should be used?