I have a main page with a radgrid. In that page is a button that opens up a RadWindow where the user can make some changes that will affect the radgrid. The user hits 'save and close' and I process those changes in the codebehind and then I close the radwindow. Right before closing the radwindow, I'd like to rebind the radgrid that's in the main page.
Is that possible? I'm able to close the radwindow, but not rebind at the moment. That's what I'm missing.
Is that possible? I'm able to close the radwindow, but not rebind at the moment. That's what I'm missing.