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

RadColorPicker not loading the page

2 Answers 40 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
Dino
Top achievements
Rank 1
Dino asked on 17 Jan 2013, 02:53 PM
Hi,

I am trying to incorporate the RadColorPicker control to one of our pages.  But when I did so, the page would not load.  When I remove the reference, the page loads as expected.  I tried adding it in the codebehind page via .Controls.Add() and the behavior is the same.  

Additionally, I viewed the browser markup source, and it's blank.  (seems like not a single character was pushed to the browser).

I can't seem to find this issue anywhere else.  Does this problem sound familiar or has been reported before?

Thanks,
Dino

2 Answers, 1 is accepted

Sort by
0
Dino
Top achievements
Rank 1
answered on 17 Jan 2013, 03:58 PM
Apparently, it was missing Script Manager.  It wasn't showing any error messages though.

Thanks.
0
Slav
Telerik team
answered on 22 Jan 2013, 11:42 AM
Hi Dino,

As an ASP.NET AJAX control, the RadColorPicker requires a ScriptManager in order to work. Usually when you place it in a page without ScriptManager, an error is shown. In your case you may have configured an html error page via the <customErrors> section in web.config, which will prevent you from examining the error message.

Kind regards,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ColorPicker
Asked by
Dino
Top achievements
Rank 1
Answers by
Dino
Top achievements
Rank 1
Slav
Telerik team
Share this question
or