Hey,
I have a case where the third level of a hierarchic Radgrid need to open a radwindow. I tried many approches but none were successful.
I tried opening a new window to a radwindowmanager on the button click but it seems that everytime the page render, it deletes it because if I try a second time, the radwindowmanager does not contain the window anymore.
I also tried to declare de radwindow in a radwindowmanager directly in the aspx and just change the 'VisibleOnPageLoad' attribut when needed. Again, when the page render it resets the attributs because second time I try the attrbut I just change de first for true is now false.
It seems like whatever I do the modification I do in codebehind are flushed.
Thanks in advance
I have a case where the third level of a hierarchic Radgrid need to open a radwindow. I tried many approches but none were successful.
I tried opening a new window to a radwindowmanager on the button click but it seems that everytime the page render, it deletes it because if I try a second time, the radwindowmanager does not contain the window anymore.
I also tried to declare de radwindow in a radwindowmanager directly in the aspx and just change the 'VisibleOnPageLoad' attribut when needed. Again, when the page render it resets the attributs because second time I try the attrbut I just change de first for true is now false.
It seems like whatever I do the modification I do in codebehind are flushed.
Thanks in advance