I have a radgrid in my application in which i am opening a RadWindow in button click from the server side to show a pop up. But whenever the page refreshes the window is loading again. How can i resolve this issue.
This issue arises when you are setting VisibleOnPageLoad as true which causes window to appear on each postback. One suggestion is that you can open the window from client side as well as server side as shown below.