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

[Solved] No content on frame submit

2 Answers 93 Views
Editor
This is a migrated thread and some comments may be shown as answers.
AK
Top achievements
Rank 1
AK asked on 22 Jun 2008, 05:52 PM
I have an app that performs a submit on a page in one frame when a save button is clicked in another frame.

When I click save, the page is submitted but no content is sent by Editor.

If I add a "submit" button on the same page as editor, the content is submitted.

Is there a work-around? This functioned ok with Radgrid classic.

2 Answers, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 26 Jun 2008, 05:57 AM
Hello AK,

It might depend how you submit the page - that is, what exactly script you call to submit the page.
If you execute code, such as

  childFrame.__doPostBack("SOME_ID")

or even

childFrame.document.forms[0].submit()

things should work OK.
However since we do not have your code we are not able to comment on what might be causing the problem. If you paste the code you use here we might be able to provide you with further suggestions.


Regards,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dan Suceava
Top achievements
Rank 1
answered on 16 Jul 2009, 09:59 PM
FYI, just ran into this problem with build 2009.1.402.20 of the editor, using document.forms[0].submit().  The content posted back was blank.  Changing it to __doPostBack("") seems to work, will have to run more tests.
Tags
Editor
Asked by
AK
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Dan Suceava
Top achievements
Rank 1
Share this question
or