RadScheduler Issue

1 Answer 99 Views
Scheduler
Johnny
Top achievements
Rank 3
Bronze
Iron
Iron
Johnny asked on 07 Nov 2022, 11:03 AM

Hello!

I was trying to use the RadScheduler, therefore I went and checked out its demos and tried to download each one of them to test it and to make it work for me to better understand how that control works.

However, the problem is that none of the demos worked, each one of them either missed a file (xml) or a database (I recreated the used databases but I still had other errors)

Finally I tried this demo https://demos.telerik.com/aspnet-ajax/scheduler/examples/overview/defaultvb.aspx?show-source=true and still got errors after putting the needed xml file in the App_Code directory.

My final error was the following: "SchedulerWebService" is not declared.


Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
	If Not IsPostBack Then
		' Resets the example data on each page load.
		Session.Remove(SchedulerWebService.ProviderSessionKey)
	End If

End Sub


Protected Sub RadScheduler1_Load(sender As Object, e As EventArgs)
	'this code clears the sessionkey for demo related purposes
	Session.Remove(SchedulerWebService.ProviderSessionKey)
End Sub

Can you please provide me with a working code that I can test to be able to see how this scheduler works and then use it in my project? This is urgent.

Thank you!

1 Answer, 1 is accepted

Sort by
0
Accepted
Johnny
Top achievements
Rank 3
Bronze
Iron
Iron
answered on 08 Nov 2022, 08:58 AM

All good, I have found the proper tutorial on your YouTube channel. It is very well detailed and explains everything clearly.

To whoever might be interested in the future: Video link

Thanks and have a nice day.

Valentin Dragnev
Telerik team
commented on 09 Nov 2022, 10:01 AM

Thank you for sharing the resources that helped you find a solution for your issue. Indeed, there you can find very useful video resources on the Progress Telerik YouTube channel

I am glad that the problem was sorted out. 

Best Regards

Johnny
Top achievements
Rank 3
Bronze
Iron
Iron
commented on 25 Nov 2022, 08:37 AM | edited

Hey.

What I actually did was to close and delete my old project, then create a new one following the exact steps done in the video I linked above [Video] from the Telerik YouTube Channel.

Once I finished the video, I had a fully working RadScheduler linked to a table in my database. Later on, I started searching the forums and the demos until I have reached the design and functionality I had in mind.

Some of the resources I used:

Try that out and let me know if you need any help.

Sorry both, sdfg and Valentin for not seeing your messages earlier.

Tags
Scheduler
Asked by
Johnny
Top achievements
Rank 3
Bronze
Iron
Iron
Answers by
Johnny
Top achievements
Rank 3
Bronze
Iron
Iron
Share this question
or