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

[Solved] DialogManager Error with edititem template for radgrid

1 Answer 94 Views
Editor
This is a migrated thread and some comments may be shown as answers.
SonicImaging
Top achievements
Rank 1
SonicImaging asked on 27 Jul 2009, 01:00 PM
Hi,

I have a radgrid that's being generated in code behind then I am using a edititemtemplate to create a radeditor.

I get the Web.config registration missing error when trying to open the image dialog from the toolbar,  same as if the dialog handler isn't registered in the webconfig but it is,  I manual entered them and also deleted then used a rad editors smart tag to add them again

Ive tried all of the suggestions without much luck,   adding to the web.server,  with version numbers, without etc...

This was working until q1 2009 and is in a web application not a web project.

if the telerik dll is in the gac and not in the bin,  do I have to use the version and public key in the type.   if so what would they be for the latest version that's available and ill try that.

If I just create a new web application drag a editor to a page, use the smart tag then the dialogs work.

Thanks
-Keith

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 29 Jul 2009, 01:02 PM
Hi Keith,

Yes, if the Telerik.Web.UI.dll is registered in the GAC then you should register the dialogs handler using its fully qualified name.

Here it is for the latest Q2 2009 version:
    <httpHandlers>
          ...
               <add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2009.2.701.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
         ...
    </httpHandlers>

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
SonicImaging
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or