I have a page where I need to:
- Display RadBinaryImages in a datalist.
- Click a button to open a RadWindow which contains a RadImageEditor to edit the image.
- User edits the image and clicks Save in the Editor, which saves and closes the window.
- When the window closes, refresh the datalist so the image is updated on the page.
I've got 1-3 working great, and am successfully able to send a command back to the parent page when the RadWindow closes. It's #4 that has me stumped. I'm working with a master page that has the RadAjaxManager on it, and on my content page there's a RadAjaxManagerProxy.
I'm able to change the Datalist to anything else if that helps. I just can't figure out how all of these pieces come together to make a part of my page refresh.