Questions tagged [telerik-scheduler]
48 questions
0
votes
1 answer
Telerik MVC Scheduler RecurranceID value missing
When user 'Breaks' a reoccurring appointment, I receive the create event for the newly modified appointment plus the change of the existing series to exclude the appointment.
In the 'create' event I never see the RecurrenceID value at the…

Rob Den Boer
- 280
- 3
- 13
0
votes
1 answer
Telerik scheduler - tasks disappear when culture is changed
I use telerik scheduler in html+js. My code is:
$(document).ready(function () {
kendo.culture("pl-PL");
$("#scheduler").kendoScheduler({
date: new Date("2016/3/4"),
startTime: new Date("2016/3/4 07:00"),
views: [
…

1_bug
- 5,505
- 4
- 50
- 58
0
votes
1 answer
Telerik RadScheduler cancel appointment move after Server-Side validation error
I am using Telerik RadScheduler with Web Service binding.
When I drag an appointment to another timeslot, I do some client-side validation in OnClientAppointmentMoveEnd, and if that succeeds I set args.set_cancel(true);
It then hits my web service…

Mr Reasonable
- 1
- 1
0
votes
1 answer
RadScheduler to show All Day Event
Hey, here is a stupid question for you. What do you have to do to get an appointment to displayed as an all day event in Telerik's RadScheduler? How do you tell the RadScheduler that this specific record is an all day event (something to do with…

Dan Appleyard
- 7,405
- 14
- 49
- 80
0
votes
1 answer
Allowing user to select radscheduler timeline's scale
I am trying to use radscheduler to create a timeline view to display list of tasks currently in the database. I want user to be able to change the timeline view's scale to days or weeks, based on the information required. So, user can just select…

jitendragarg
- 945
- 1
- 14
- 54
0
votes
1 answer
RadScheduler mixing appointments
I have a RadScheduler from Telerik in my project. There is a RadGrid beneath it on the same page. When I drag an appointment from the grid to the scheduler a different appointment appears on the scheduler.
Here is the RowDrop method of the grid:
…

Eis Karlsson
- 66
- 1
- 12
0
votes
1 answer
Asp.net Telerik
I am using Telerik radscheduler when I move appointment then I want open a dialog box and after clicking yes or no, I want to go to OnAppointmentUpdate event.
function onAppointmentMoving(sender, eventArgs) {
debugger;
redgrd = sender;
…

VIKASH SHARMA
- 1
- 1
0
votes
0 answers
Error while using Telerik namespace names not found schedule view
I am doing one implementation where I need to have appointment schedule page, so I took information from Telerik and taken codes from Telerik website from the link below. So I created a new project and used the same code in my silverlight, fixed…

Manjuboyz
- 6,978
- 3
- 21
- 43
0
votes
1 answer
telerik radscheduler Appointments don't update with ruler change
In my application I want to give the user the ability to see that start and end date of the radscheduler control.
I found I can do this using the following code
RulerPrimitive ruler = (this.scheduler.SchedulerElement.ViewElement as…

Scott
- 11,046
- 10
- 51
- 83
0
votes
0 answers
How do i group user calender on button click using kendo scheduler in MVC razor
i want to implement this functionality using RAZOR view engine. I want group the calender using user names which is present in resources of scheduler.
Any help will be really appreciated.

Onkarraj Ambatwar
- 197
- 2
- 12
0
votes
1 answer
export to pdf in radcalendar
i can see Export to PDF Editor, Export to PDF Grid, Pdf Export Scheduler but cannot see export to pdf for radcalendar.i need to export a radcalendar to pdf because it has events shown in different colored dates.

sam
- 105
- 2
- 9
0
votes
1 answer
How can i get the start and end time of clicked appointment
Hi I am very new to Scheduler control can anyone tell me how do i get start and end time and also date when i select the the time say 4 pm in the code behind and then wheni save and when i try to retrieve it i am getting different time this is…

surajem
- 1
- 3
0
votes
1 answer
Telerik Scheduler - drag and drop
I use Telerik demo scheduler as my base, as it seen in http://www.telerik.com/community/forums/wpf/scheduler/uniqueid-property-how-to-access-it.aspx
So i have implemented data loading from SQL to this scheduler. Now I want to implement drag and…

vts123
- 1,736
- 6
- 27
- 41
0
votes
2 answers
Telerik Scheduler "UniqueId property" - how to access it
i use Telerik Demo Sheduler as my base. I have modified data loading like this:
public class SessionAppointmentCollection : ObservableCollection, IAppointmentFactory
{
///
/// Gets sample…

vts123
- 1,736
- 6
- 27
- 41
0
votes
1 answer
RadScheduler not filter Appointments
I am using RadScheduler that works fine but i cant filter appointment after selection of checkbox and also date is not selected if change the calendar date sorry if i make a mistake in question and advance thanks for helping
my code is here
<%@…

Andy
- 95
- 1
- 3
- 14