Questions tagged [radscheduler]

RadScheduler is a rich, scheduling UI library sold by Telerik for the asp.net environment.

RadScheduler is a rich, scheduling UI library sold by Telerik for the asp.net environment.

See the RadScheduler product page.

51 questions
5
votes
1 answer

Get date range for current view on Telerik RadScheduler

Is there a way to get the range of dates for the current view in a Telerik RadScheduler? SelectedView tells me whether I'm looking at month, week etc, but how do I find out which month/week etc I'm looking at? either that or a StartDate and EndDate…
Paul T Davies
  • 2,527
  • 2
  • 22
  • 39
5
votes
1 answer

RadScheduler not working on MonthView

I want to show different content to the user depending on the view he is using. For that, i customized the AppointmentTemplate and the AppointmentCreated event. I want also to show appointments with dynamic height, meaning they expand to fill the…
sergio
  • 1,026
  • 2
  • 19
  • 43
3
votes
2 answers

Failed to load source for: /Telerik.Web.UI.WebResource.axd

Hi I have used telerik controls in my project. I used "telerik:RadScheduler" with " " stylesheet manager. This controls works fine on my local machine but when deployed to test server I get the following error: "The css stylesheet, Failed to…
ashish
  • 131
  • 2
  • 4
3
votes
0 answers

How to enable or disable ContextMenu in RadScheduleView

I have a RadSchedule calendar object displayed on my page. I defined a RadContextMenu with a RadMenuItem for the RadSchedule. I want to enable or disable this context menu item based on the appointment type that the user is right…
Jerry
  • 6,357
  • 8
  • 35
  • 50
2
votes
1 answer

How to get the time slot of Telerik's Scheduler from client side by the time or date of that time slot

I'm using Telerik's RadScheduler Control with WebService Binding. I've used RadScheduler with Server Side Binding which has an event called OnTimeSlotCreated which fires every time when a particular time slot creates so that I can access the time…
Abhi
  • 21
  • 3
2
votes
1 answer

RadScheduler leading to massive ViewState size

Currently for a month view for the RadScheduler I am using, there are anywhere between 90-400+ appointments. Not all of them are always shown but due to some filtering logic, they always need to be pulled back and bound to the control for filtering…
dgarbacz
  • 962
  • 1
  • 7
  • 17
1
vote
1 answer

Drag and drop functionality of Radscheduler control with MVC

I have added telerik's rad-scheduler control for my MVC application.I have to apply the drag and drop functionality with the scheduler.I can see thet its already with the AJAX .How can i incorporate with my MVC application.I am new in MVC.Please…
Sinoy Devassy
  • 564
  • 4
  • 11
  • 27
1
vote
1 answer

Resources not being 'selected' in Telerik Scheduler Edit Dialog

I've implemented Telerik scheduler on timeline view. I am allowing a M:M relationship between my y-axis resource (advocates) and Meetings. Here is what my scheduler looks like: When I double click one of the instances of the meeting, the advanced…
splatto
  • 3,159
  • 6
  • 36
  • 69
1
vote
2 answers

Telerik RadScheduler - select multiple resources

I'm using Telerik scheduler to display a Timeline view of meetings. The resources derive from the Person class, and they are Advocate, and Legislator. On the Y axis, I am listing Advocates, and on the X axis, I am listing blocks of time in one hour…
splatto
  • 3,159
  • 6
  • 36
  • 69
1
vote
1 answer

How can I refresh a radSchedule after changes to a bound Dataset?

I'm having some trouble with, I think, the radSchedular. I have a radSchedular which I bind to a dataset. I expected the radSchedular to update when I changed the dataset. But I don't get this. My question is. How do I update the display of a…
Richard210363
  • 8,342
  • 6
  • 37
  • 63
1
vote
1 answer

Telerik Radscheduler for Winform multiple appointments within one slot

I am using Telerik Radscheduler for Winform, every time a new appointment is added, the whole slot is taken by default, I cannot add another appointment in the same slot. I read their documentation for Winform but there is no instruction on how to…
mhan0125
  • 604
  • 1
  • 11
  • 33
1
vote
2 answers

RadScheduler - Timeline view resource title

I am using RadScheduler timeline view. Please find an attached telerik demo screenshot. Is it possible to show a resource title in timeline view? Thanks, Anders
Anders
  • 647
  • 2
  • 8
  • 16
1
vote
1 answer

Access a component of a RadScheduler control using jQuery?

I'm using RadScheduler control. I want to access the appointment click event using jQuery. Like this: $("#rs").click(function(e) { ShowDialog(true); e.preventDefault(); }); rs is my scheduler. I want when click on the appointment not the…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
1
vote
2 answers

Telerik RadScheduler lowercases t in "today"! Why?

Telerik's Scheduler asp.net control got today misspelled. They put it with a lowercase t instead of uppercase T, how can I fix this? Take a look here for a demo
Ahmed
  • 11,063
  • 16
  • 55
  • 67
0
votes
1 answer

RadScheduler update interval

I'm using RadScheduler for my project. In the scheduler, I need a periodical update, so in my javascript, I set interval for a method that call rebind() on the RadScheduler for every 60 seconds. The problem is that, when my user open the advanced…
Hoang Lam
  • 434
  • 1
  • 8
  • 24
1
2 3 4