I am trying to use DataPager on my grid. My goal is to put the pager on the different part of my screen.
For example, I have a window with two main grid. I used a Frame on the first grid to display a page with RadGridView. This Grid is the one I want to have the Pager. But I want to put the Pager on the second Grid of my main window. This is for layout purpose. Is this possible?
Thank you