Questions tagged [telerik-scheduler]

48 questions
1
vote
1 answer

AJAX Telerik Scheduler context menu - Customise per appointment?

Can anyone tell me if I can customise the Telerik Scheduler context menu on a per appointment basis? For example, I have a scheduler control containing patients. When the patient arrives, the context menu is currently displayed and "Arrived" is…
Paul
  • 3,072
  • 6
  • 37
  • 58
0
votes
1 answer

Telerik Scheduler control In ASP.NET MVC

I am new in MVC ..In our new mvc application i have to use Telerik RadScheduler control. If any one knows, please give a brief description about this.. Thanks
Sinoy Devassy
  • 564
  • 4
  • 11
  • 27
0
votes
1 answer

Telerik ScheduleView Appointments CollectionChanged fires with empty object

i am handling CollectionChanged on Appointments ObservableCollection on my ViewModel to catch newly added appointments and any changes in appointments in the UI. but i found that CollectionChanged event fires just when user double click the…
0
votes
1 answer

Doesn't work Rebind Method in the Telerik schedule component

I want to refresh the Telerik schedule component. For that, I used this link: https://docs.telerik.com/blazor-ui/components/scheduler/refresh-data But, In my code doesn't work Rebind Method, I can see this problem: Then I also try a sample code in…
sudathG
  • 69
  • 1
  • 6
0
votes
1 answer

I want to override on AllowCreate, How to override this method in TelerikSchedule with Blazor?

When AllowCreate="true", its automatically opened own appointment addDialog?. I want Stop that and want move custom page(My own page). I added screenshot about razor enter image description herefile. Please see that and help me! Thank You!.
0
votes
1 answer

Alignment on Telerik Scheduler is getting further and further out of line from header?

I'm new to using the Telerik/Kendo tools (ASP.NET MVC), and I'm trying to create a Scheduler to show some deliveries. However, I'm showing the days getting progressively further and further out of line from the header I'm using Google Chrome…
Kevin M
  • 442
  • 3
  • 11
0
votes
1 answer

Adding custom fields to RadScheduler Appointments

I have a RadScheduler. It is now displaying all appointments in the database. I need to display only current loggedin customer's appointment details. I got a field in my database for the customerId. How i will add it to the Appointments in…
Tresa
  • 1
  • 2
0
votes
1 answer

Telerik Scheduler - Highlight the day has appoitment

How I can highlight the cell in the telerik scheduler where there is an appointment on it. Eg: If 1/6/2011 has appointment, I wish to highlight those day to the green color. Any one have idea how to do so? Please help
Bubble Bub
  • 651
  • 4
  • 12
  • 32
0
votes
1 answer

Telerik scheduler - call another component for custom edit template

I would like to call a component which contains only the custom edit template (to create a new task or edit) for my scheduler into the property "editable" of my scheduler. I followed this solution but when I double click on the scheduler the edit…
ubera
  • 1
0
votes
2 answers

Telerik Kendo Scheduler: Show all day event in the main part of Week View

I am trying to figure out how can i hide AllDaySlot, but still see events in the main part. I've checked https://www.telerik.com/forums/=-24-hour-events-treated-as-all-day topic and any related topics but found no solution. I can see working…
0
votes
1 answer

telerik scheduler, custom provider and resources

Hey all, Im using the telerik radscheduler with a custom provider. In my custom provider, I have a number of custom resources that I want to expose on the advanced edit form. My question is how do I bind the controls on the form to the…
Alex
  • 1,074
  • 2
  • 9
  • 17
0
votes
1 answer

Can RadScheduler display dates on y axis?

Hey, This seems like it should be possible with this control. Can I set up the telerik RadScheduler to display resources across the top on the x axis and dates on the y axis? thx
Alex
  • 1,074
  • 2
  • 9
  • 17
0
votes
1 answer

Is it possible to create different timeline for each Resource group in telerik scheduler?

Is it possible to add different timeline for each resource group in telerik scheduler? I have used resource to group doctors. I am getting only single timeline for both of the group. In following way-->
PramodChoudhari
  • 2,503
  • 12
  • 33
  • 46
0
votes
1 answer

RadScheduler - Capturing Appointment Save from the EditAppointmentTemplate - Web

I use telerik radscheduler on the web. I would like to do some validation when a user clicks on the Save Button in the EditAppointmentTemplate window. Is there any event that gets triggered that I will be able to use. I am seeing AppointmentSaving…
0
votes
2 answers

How to use only the scheduler of kendo ui by importing ONLY kendo.scheduler.min

I am trying to create a custom scheduler using kendo ui scheduler but I am having some performance issues (render time of over 10s). To resolve this, I tried only to import (using requirejs) the kendo.scheduler.min file but I am getting tons of…