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

object expected error with ajax controls

2 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Martin P
Top achievements
Rank 1
Martin P asked on 13 Sep 2008, 08:42 PM
Hi, I have a RadGrid with a popup edit form (type template).  In the edit form I have ajax controls such as a CalendarExtender, ListSearchExtender and MaskedEditExtenders. 

If I use a telerik:RadScriptManager on the page I get a runtime error 'Object expected' when the form is selected however if I replace the telerik:RadScriptManager with a asp:ScriptManager then everything works OK.

cheers
Martin

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Sep 2008, 04:31 AM
Hi Martin,

You need to register the httpHandler of RadScriptManager inside the httphandler section of web.config. You should click on the smart tag of the RadScriptManager and select Register Telerik.Web.UI.WebResource.axd.

Thanks
Shinu.
0
Konstantin Petkov
Telerik team
answered on 15 Sep 2008, 06:12 AM
Hi Martin,

You may be getting this error due to the bug described in this thread. Give the hotfix a try and see whether it helps.

Kind regards,
Konstantin Petkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Martin P
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Konstantin Petkov
Telerik team
Share this question
or