I am opening a Radwindow in the edit command of RadGrid. The problem is that the Rad Window gets opened on other events also like delete command or DetailTableDataBind or changing radgrid list size through UI.. etc...
I suppose you are opening the window using VisibleOnPageLoad property. So the window reappears after each postback. Try the following code to open radwindow.
C#: