Hi! This is my question: How can I refresh a radGrid after closing a radWindow?
This is what I'm doing:
I have a masterpage in here a call a page that contains a RadGrid and I'm using Custom Controls in the EditForm.
In this particular custom control I'm calling a radWindow (I create this radWindow from the button click event in code behind and the radWindow is on a RadWindowManager) after I cliked a button, when the radWindow shows up I display another RadGrid, so the user can select a row and clicks a button that should close the radWindow and return the selected value into a Textbox localize into the Custom Control.
My questions are this:
How can I close the radWindow after clicking a button from the code behind? Can I do this from the code behind or I have to do it from the client-side?
How can I return the selected value into the textbox and refreshing the radGrid?
I'd thank you if can you help me, this is kind of urgent .
Thanks,
Liza