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

Getting going

7 Answers 178 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 24 Apr 2007, 01:56 PM
Following on from a thread in the PrSplitter forum, I wanted to knock up a quick and simple app to see if I could get something to happen.

First attempt (just dragging some controls on to a page) failed so I did the unspeakable and opened the documentation.

I just want to check, to get the Pr components working, do we have to modify the web.config file of all projects using the controls in the manner suggested here?

--
Stuart

7 Answers, 1 is accepted

Sort by
0
surfer
Top achievements
Rank 1
answered on 24 Apr 2007, 01:59 PM
The easiest way (and it kinda works, at least for a start) is two start a new project - "ASP.NET AJAX Enabled Web Site". You should have this project template if you have installed MS ASP.NET AJAX (which is required by the P suite).

This project template automatically adds all the plumbing described in the thread you posted so you do not need to do anything.

It works fine for me (currently playing with tooltip).
0
Dan
Top achievements
Rank 1
answered on 24 Apr 2007, 02:04 PM
Thanks surfer.

--
Stuart
0
Todd Anglin
Top achievements
Rank 2
answered on 24 Apr 2007, 03:07 PM
The changes you have to make to Web.Config and your pages are the changes you have to make to use ASP.NET AJAX. That means you need the ScriptResource handler defined in your web.config and a ScriptManager on your pages. Without these components, "Prometheus" controls will not work.

Thanks~
Todd
0
Dan
Top achievements
Rank 1
answered on 24 Apr 2007, 03:12 PM
Yeah, got that bit sussed.

I've moved on to bigger and better problems now! 8-)

--
Stuart
0
Jeffrey
Top achievements
Rank 1
answered on 13 Nov 2007, 06:15 PM
Just a quick question on getting started. I downloaded the PrometheusExamples to try out the scheduler (we already use rad controls on other sites) and was curious if I have to add the sql databases to sql for the example to work.

Thanks
0
Paul
Telerik team
answered on 14 Nov 2007, 07:51 AM
Hello Jeffrey,

In general, the Scheduler examples are made to use SQL Express (you can download it from here). That said you don't have to restore anything in your SQL Server.

On a side note, if you do not have SQL Express installed on your machine (although it comes with VS2005 installation) you will have to attach the Scheduler DB to your SQL Server (these are the files - SchedulerData.mdf and SchedulerData_log.ldf, by default located under C:\Program Files\Telerik\RadControls 'Prometheus' for ASPNET\Live Demos\App_Data). In addition, you will have to change the RadSchedulerConnectionString in Live Demos' web.config.

Greetings,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jeffrey
Top achievements
Rank 1
answered on 30 Nov 2007, 04:14 PM
Thank you very much.
Tags
General Discussions
Asked by
Dan
Top achievements
Rank 1
Answers by
surfer
Top achievements
Rank 1
Dan
Top achievements
Rank 1
Todd Anglin
Top achievements
Rank 2
Jeffrey
Top achievements
Rank 1
Paul
Telerik team
Share this question
or