This question is locked. New answers and comments are not allowed.
Hello,
We have a grid with server editing enabled on it. The grid is inside another form which we know is not possible because of nested form tags. But when using popup edit mode, the actual window div is rendered outside the parent form (at the bottom of the body tag) which is a valid place for another form tag, but the form inside the window is not being rendered. Is there a solution to the problem or we have to create the popup window on our own.
Thank You!
We have a grid with server editing enabled on it. The grid is inside another form which we know is not possible because of nested form tags. But when using popup edit mode, the actual window div is rendered outside the parent form (at the bottom of the body tag) which is a valid place for another form tag, but the form inside the window is not being rendered. Is there a solution to the problem or we have to create the popup window on our own.
<form> <grid /></form><window> <form> <content/> </form></window>Thank You!