I have my popup editor working great until I add in a grid to the editor.
My editor template consists of a tab control and the second tab has a grid embedded in it.
As soon as I put the grid in, the popup window no longer pops up but rather displays inline with the host grid and the tabs are not clickable. I remove the grid from the second tab in the popup and popup pops up again and works as expected.
Is there a specific design pattern to be adhered to when using a customer popup editor the contains a grid?
My editor template consists of a tab control and the second tab has a grid embedded in it.
As soon as I put the grid in, the popup window no longer pops up but rather displays inline with the host grid and the tabs are not clickable. I remove the grid from the second tab in the popup and popup pops up again and works as expected.
Is there a specific design pattern to be adhered to when using a customer popup editor the contains a grid?