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

Combine telerik components with document.forms[].submit()

1 Answer 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Avi
Top achievements
Rank 1
Avi asked on 02 Mar 2010, 03:14 PM
Hi,

I have aspx page base on .net C# with several telerik(Ajax) objects.
When I try to submit page via javascript (document.forms[].submit()) nothing happens.
I can see with Firebug that telerik captures the post proccess with miles of javascript code.

Anyone know how they can work together?

Thanks,
Avi

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 05 Mar 2010, 10:27 AM
Hi Avi,

Try the  __doPostBack() function instead. This might be related to the way ASP.NET controls the web form submission. Do you get the same if you remove all telerik controls from the page?

Regards,
Veli
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
General Discussions
Asked by
Avi
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or