On DNN 6.2.9/Visual Studio 2008 I have developed 2 modules, each opens Edit controls in a popup. Module1 has 4 image buttons - each opens a different Edit control. Module2 contains a Telerik radGrid, and it opens the Edit control from a LinkButton for each record. The problem is that when I put both on a same page, the Edit controls on Module1 do not popup, Module2 works fine. When alone on a page, both work fine. Both modules View controls have "Support partial rendering" set. Any ideas?