I know you can hide the refresh button on the grid using the CommandItemDisplay="None", but what I'm looking to do is move the refresh button outside of the grid. Can this be done? (see image for example)
As far as I know you cannot move the same refresh button outside the grid. The Refresh button is for rebinding the RadGrid. One suggesstion is to use an image button with the same image and call the Rebind method from there.