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

How to change ResourceType2 Values when ResourceType1's Value is Selected?

6 Answers 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Shirani
Top achievements
Rank 1
Shirani asked on 22 Nov 2011, 07:19 AM
Hello
I am using two Resource Types in RadScheduler's (Collection).
Patient  (ResourceType 1)
Doctor  (ResourceType 2)

and all these Names lists are populationg from my database.
Now I want to view Second Recource type where Doctor Name's List is populating...Should be changed as I select any Patient from Patient Drop Down List
as:
Patient: ABC
             DEF
             GHI
And i Select ABC
then automatically Doctor should be Selected in List.
 is this Possible???

Thanks

6 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 23 Nov 2011, 01:44 PM
Hi Shirani,

You can refer to this help topic where under the Clear selection for the user combobox if no room is selected section is explained a similar scenario.
Hope this will be helpful.

All the best,
Plamen Zdravkov
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 23 Nov 2011, 04:02 PM
 Thank you  Plamen Zdravkov

 Actually my Problem was same as
http://www.telerik.com/support/kb/aspnet-ajax/scheduler/related-load-on-demand-radcomboboxes-in-the-advanced-form-of-radscheduler.aspx
  But I need this Demo Files/Help for Telerik Sp1 Q3 2009 VS2008 Ver 3.5
Do you  recommend me any Link to Download Files.
I have downloaded
http://www.telerik.com/support/kb/aspnet-ajax/scheduler/sample-project-of-the-customizing-the-advanced-template-example.aspx
but this is Just for XML file to save data in it,, Not into DB and not Supporting to Populate Combos from DB.

Actually i am very new to use these Controls and getting errors when used Live Demo examples.
I need any Video Tutorial  to understand Step by step RadScheduler with Comboboxes...

Thanks again
0
Plamen
Telerik team
answered on 28 Nov 2011, 02:55 PM
Hi Shirani,

You can use the first file(RelatedLoDomboboxesInAdvForm) from the KB . It worked at my side with the Q3 2009 version for 3.5. In spite of this I will recommend you to update with the latest version and use the updates file since many breaking changes have been made and the 2009 version is not supported any more.

You can refer to our help topics and videos for further information.

Hope this will be helpful.

Plamen Zdravkov
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 01 Dec 2011, 05:44 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
0
Plamen
Telerik team
answered on 05 Dec 2011, 11:36 AM
Hello Shirani,

You can refer to this help article where is shown the database structure the Scheduler and here are shown the steps to bind your scheduler declaratively.

Hope this will be helpful.

Greetings,
Plamen Zdravkov
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
Thanks...
I got my Solution by Peter's Posts.
Tags
Scheduler
Asked by
Shirani
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Shirani
Top achievements
Rank 1
Share this question
or