Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
WebDialogWindow in row editing template
posted

I'm trying to add a WebDialogWindow to the row editing template (by adding it to the template via the designer), but it's only being shown once: when editting a row for the first time. I close the WebDialogWindow with the close button and then start editing the second row, but then the window isn't show. I guess I have to set the windowstate of the WebDialogWindow manually in the "TemplateOpening" event, but I don't know how to get the clientId of the WebDialogWindow (so I can call the show() method on the window).

So my question is: is my assumption right and how do I get the clientId of the WebDialogWindow? Or is there another way to achieve this?