5 Answers, 1 is accepted
0
Hello Kjell,
It is not quit clear what are you trying to achieve with RadScheduler would you please elaborate a little bit so we could be more helpful.
Regards,
Plamen
Telerik
It is not quit clear what are you trying to achieve with RadScheduler would you please elaborate a little bit so we could be more helpful.
Regards,
Plamen
Telerik
See What's Next in App Development. Register for TelerikNEXT.
0

Kjell
Top achievements
Rank 1
Iron
Iron
answered on 04 Apr 2015, 11:40 AM
Use demos "Scheduler - Using RadToolTip" and databind the RadScheduler with asp:SqlDataSource.
Have put the Scheduler to ReadOnly="true".
When a user single/double click i want fire a autopostback.
If the selcted date have a post i want to pickup the selected day DataKeyField (id) server side.
Excuse the bad English....
Have put the Scheduler to ReadOnly="true".
When a user single/double click i want fire a autopostback.
If the selcted date have a post i want to pickup the selected day DataKeyField (id) server side.
Excuse the bad English....
0
Hello,
The DataKeyField is responsible for the id of the Appointment. If you want you can assign it programmatically as for example it is done in this help topic.
Hope this information will be helpful.
Regards,
Plamen
Telerik
The DataKeyField is responsible for the id of the Appointment. If you want you can assign it programmatically as for example it is done in this help topic.
Hope this information will be helpful.
Regards,
Plamen
Telerik
See What's Next in App Development. Register for TelerikNEXT.
0

Kjell
Top achievements
Rank 1
Iron
Iron
answered on 07 Apr 2015, 06:27 AM
What i can see the telerik:RadScheduler dont have AutoPostBack or onselectionchanged.
How get the selected value (id/date)?
0
Hi,
You can refer to this help topic where all the events of RadScheduler are listed.
You can get the selected date from the SelectedDate property of RadScheduler.
Regards,
Plamen
Telerik
You can refer to this help topic where all the events of RadScheduler are listed.
You can get the selected date from the SelectedDate property of RadScheduler.
Regards,
Plamen
Telerik
See What's Next in App Development. Register for TelerikNEXT.