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
0
votes
1 answer

Changing the background color of the rad scheduler in agenda view

I have a rad scheduler in agenda view. I wish to change the background color of certain appointments in the scheduler. An Example can be seen here This is my current C# code but the background never changes in Agenda View. Is it possible to change…
0
votes
1 answer

show only one date picker when creating new appointment telerik

Can i create a new appointment inside rad Scheduler based on a single date(select only one day without the need of selecting start date and end date) For example if we have an occasion like birthday the user should have only one date picker to…
abkmrad
  • 65
  • 1
  • 9
0
votes
0 answers

change telerik rad scheduler completely to arabic?

I am a new user Of Telerik ASP.NET Ajax. After creating a simple RadScheduler I used the Culture Property to change the scheduler to Arabic: Culture="ar-LB" The result : Is there any way to change the scheduler completely to arabic with month and…
abkmrad
  • 65
  • 1
  • 9
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…
0
votes
0 answers

Javascript error when moving recurring appointments

Using the RadSchedular, a RadWindow appears when moving an appointment in a series of recurring appointments asking me if I want to move them al or just the current appointment. No matter what I choose an error is thrown telling me that object…
DerpyNerd
  • 4,743
  • 7
  • 41
  • 92
0
votes
0 answers

show only one day of the week in radscheduler

I am using radscheduler to show the agenda of driving instructors. Next i find one or more instructors that have availability on a certain day of the week, for a couple of weeks. For instance : show the instructors that are available on friday…
Martin de Wildt
  • 231
  • 1
  • 3
  • 12
0
votes
1 answer

Using CRM form instead of RadScheduler Advanced Form

I need to integrate the Telerik RadScheduler control with CRM 2011. Is there a way I can use a CRM form of a custom entity instead of the Scheduler's Advanced Edit form ? i.e. When I double click the appointment in the Scheduler the corresponding…
user3340627
  • 3,023
  • 6
  • 35
  • 80
0
votes
1 answer

Appointment in RadScheduler not show on search

I have a radscheduler and search button that populate Schduler, when I search and reload radschduler with RadAjaxManager, appointments do not appear open, when I click, if shown. why?
user3364180
  • 43
  • 1
  • 6
0
votes
1 answer

RadScheduler Reminder get description issues

I using Telerik RadScheduler Reminder ,when reminder is popUp's i need to check the Name and description of this event.I find the way to get Name , but i can't get description.I debuged and i see description, but i can't get to it. Here the…
Vladimir Potapov
  • 2,347
  • 7
  • 44
  • 71
0
votes
1 answer

KendoUI: exact time rendering in scheduler

I know that RadScheduler (also Telerik) has an option 'Exact time rendering' (http://demos.telerik.com/aspnet-ajax/scheduler/examples/exacttimerendering/defaultcs.aspx) but does this also exist in KendoUI Scheduler ? Have been searching the…
Martin de Wildt
  • 231
  • 1
  • 3
  • 12
0
votes
1 answer

Radscheduler auto increase or expand appointment height based on the subject

Trying to auto adjust the height of the appointment in radscheduler. I tried this link http://www.telerik.com/support/kb/aspnet-ajax/scheduler/details/auto-expand-the-height-of-the-appointment-to-accomodate-the-entire-subject-in-month-view but to…
RookieAppler
  • 1,517
  • 5
  • 22
  • 58
0
votes
1 answer

Order data on scheduler by data from query

Col1 Col2 Col3 98 BT XYZ Michael | 2013-12-24 10:00:00.0000000 | 2013-12-24 11:00:00.0000000 99 BT PPRL James1212 | 2013-12-24 09:46:04.0000000 | 2013-12-24…
RookieAppler
  • 1,517
  • 5
  • 22
  • 58
0
votes
1 answer

radscheduler rowheight of appointment not changing

I have a radscheduler on my page. I want to adjust the height of the appointment. I played with the rowheight parameter and adaptiverowheight parameter but nothing seems to change.
RookieAppler
  • 1,517
  • 5
  • 22
  • 58
0
votes
1 answer

radscheduler drag and drop within a day adjust times of appointment

I have a radscheduler in month view on my asp page. Appointments are added by user but they just specify date.But NO time. So the added appointment could be anything.(12/9/2013 8am-9am).I am adding many appointments for that day.(example 5).Now user…
RookieAppler
  • 1,517
  • 5
  • 22
  • 58
0
votes
1 answer

Radscheduler adding a class to a specific date

I have a telerik Radscheduler and want to give specific days a different background color. I prefer to give the whole column a different class for the specific date, but only the date header row would also be good. Searched the internet, but could…
Mario
  • 582
  • 5
  • 18