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

How to save RadScheduler and Load on Demand RadCombobox data into Database?

3 Answers 143 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Shirani
Top achievements
Rank 1
Shirani asked on 01 Dec 2011, 06:58 AM
Hello
I Followed all these steps present in this KB Link

http://www.telerik.com/support/kb/aspnet-ajax/scheduler/implement-related-radcombobox-controls-in-the-advanced-form.aspx

and in my RadComboboxes are Showing Continents and Countries (3.jpg)... and this data is coming from my Database Table.
But i am facing still problem is that.. Its all Appointments data saving in XML File... which is prestent in App_Data Folder of Zip file and i added up in Proj App_Data.

and in Default.aspx.vb this code is used for XML File...
Protected Sub Page_Init(ByVal sender As Object, ByVal e As EventArgs)
  
       Dim provider As XmlSchedulerProvider = New XmlSchedulerProvider(Server.MapPath("~/App_Data /Appointments_CustomTemplates.xml"), True)
  
       RadScheduler1.Provider = provider
   End Sub
How can I Save all this stuff into my Database SQL 2005/?
And what would I do to save all data in my SQL Database table?
Any Solution ?
Thanks

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 05 Dec 2011, 01:49 PM
Hi Shirani,

Actually, the sample attached to the kb article you refer to uses SqlDataSource and in App_Data folder there is only the TelerikVSX.mdf file. I am not sure where the confusion comes from, but please let me know if I am missing something.

Regards,
Peter
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
0
Shirani
Top achievements
Rank 1
answered on 05 Dec 2011, 06:01 PM
Hello Peter
Thanks
You were not Missing anything... But I did wrong something with this template. Now i got it and doing successfully this with my own database.
But now i have another problem.Can you help me out for this?
This is my post

http://www.telerik.com/community/forums/aspnet-ajax/scheduler/how-can-i-display-data-of-my-radcomboxes-in-radscheuler-as-subject-and-description.aspx

( On my shceduler its showing ComboBox Values of ID's in my DB..How can I display Name(Text) same as ComboBoxes Value. of Continent,Country,City Names.)
 Thanks
0
Ivana
Telerik team
answered on 08 Dec 2011, 05:06 PM
Hello Shirani,

Please refer to the following forum post, concerning this question: How can I display Data of my RadComboxes in RadScheuler as Subject and Description?.

All the best,
Ivana
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
Scheduler
Asked by
Shirani
Top achievements
Rank 1
Answers by
Peter
Telerik team
Shirani
Top achievements
Rank 1
Ivana
Telerik team
Share this question
or