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

Instructions On Getting Dialogs To Work

1 Answer 112 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shaun Peet
Top achievements
Rank 2
Shaun Peet asked on 20 Sep 2007, 12:36 AM
This may not be obvious to everyone and I can't seem to find documentation about it anywhere, so I thought I'd post this here and maybe make somebody's day.

In order to get the Image Manager or anything else that uses dialogs, you need to add this to the <httpHandlers> section of the web.config:

<add verb="*" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler"></add>

Shaun

1 Answer, 1 is accepted

Sort by
0
Mark Chipman
Top achievements
Rank 1
answered on 20 Sep 2007, 12:47 AM
Thanks Shaun for showing me this!

-Mark
Tags
Editor
Asked by
Shaun Peet
Top achievements
Rank 2
Answers by
Mark Chipman
Top achievements
Rank 1
Share this question
or