This is a migrated thread and some comments may be shown as answers.

[Solved] Popup editable grid inside a form

3 Answers 154 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Deyan
Top achievements
Rank 1
Deyan asked on 05 May 2011, 10:07 AM
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.

<form>
    <grid />
</form>
<window>
    <form>
        <content/>
    </form>
</window>


Thank You!

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 05 May 2011, 11:04 AM
Hello Deyan,

 I can not understand the exact setup. Is there a chance to attach a sample project?

Greetings,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Deyan
Top achievements
Rank 1
answered on 05 May 2011, 11:37 AM
Hi Again,

Here is the sample project. There is working and not working scenario.

We are testing on IE8 and Chrome.


Thank You!
0
Alex Gyoshev
Telerik team
answered on 06 May 2011, 10:49 AM
Hello Deyan,

The popup window in initially rendered within the grid (from the server) and is then moved at the end of the page. Therefore, the invalid HTML is still there and the window still does not work. Using AJAX editing might solve the problem, but won't be accessible for users that do not have JavaScript enabled.

Regards,
Alex Gyoshev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Deyan
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Deyan
Top achievements
Rank 1
Alex Gyoshev
Telerik team
Share this question
or