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

How to get the Exchange server calendar items to bind it into radscheduler

I am working on radscheduler. I want to bind the exchange server calendar items in to radscheduler, Please send any article or sample program about how to get the calendar Items from Exchange Server, it's very useful for me, kindly send it to me
sandal raj
  • 41
  • 1
  • 5
0
votes
1 answer

Customize Radscheduler

I want to customize radscheduleView calendar navigation control. The resultant Control have the same calendar control of the standard radscheduleView with an additional Combo box which contains years.On selecting the year,the scheduleview control…
0
votes
1 answer

Telerik RadScheduler Datasource

I have the ff code: // note: entries is a list binded to a query from the database // wherein i'm passing some parameters to satisfy // the conditions from the query foreach (var entry in entries) { Appointment appointment = new…
ben
  • 11
  • 1
  • 1
0
votes
1 answer

How to validate appointment before RadScheduler inserting

I have a problem with RadScheduler. I need to validate double clicked time slot for availability before insert form opens. I using advanced insert form. Unfortunately its no OnAppointmentInserting or like event like this. I found…
0
votes
1 answer

Rad scheduler in java

Are there any application in Java which resemble Rad Scheduler of telerik?
the_dopamine
  • 899
  • 6
  • 12
  • 21
0
votes
0 answers

Why can't I add OnAppointmentDataBound property to my RadScheduler on my .aspx page?

I am attempting to add an OnAppointmentDataBound property to my RadScheduler control on an aspx page using ASP.NET web forms and create a corresponding method in the code behind page that will update background colors for the control. This is what…
0
votes
1 answer

Telerik Rad Scheduler Windows Form Right To Left Text

I use RadScheduler For My C# Windows Application and my Culture is Fa (Persian Iran) but I have a problem with the Show Appointment Text I changed RightToLeft to True but it did not work.
Mostafa Bagheri
  • 366
  • 2
  • 7
  • 19
0
votes
1 answer

RADScheduler Appointments not appearing issue in Resource Grouping mode

Hi i am using RAD Scheduler. The Problem is when i bind RAD Scheduler in Resource Grouping mode its not showing Appointments. If i remove resource grouping the scheduler is working fine. I have two tables one for Projects (Appointments ) and other…
0
votes
0 answers

Reduce Telerik RadScheduler row height in timeline view

I used a RadScheduler in timeline view in my ASP.NET project to manage the work schedule of employees. The problem is that the rows are way too tall. Ideally, the height of the rows would be the same height as the activities in it but I can't find…
l.an
  • 1
0
votes
1 answer

How to open a RAdWindow when i click on Radscheduler timeslot

i am using the Radscheduler in that i want open the Radwindow when i click on Timeslot per a perticuler timeslot.Is it possible open the Radwindow in Rad scheduler ?Is possible please help me...
jesse
  • 185
  • 1
  • 1
  • 7
0
votes
1 answer

ContextMenu RadScheduler telerik 2017

how can I intercept the value 1 of the submenu telerik radscheduler on the server side to redirect the page to print?
0
votes
1 answer

How can I set a fixed row height and column width in Telerik WinForms RadScheduler?

How can I set a fixed row height and column width in Telerik (UI for WinForms) RadScheduler when using a timeline view with grouping by resources? I could find only the Resources per view property which automatically changes the height when the…
Safrin
  • 1
  • 2
0
votes
1 answer

Header size in monthview of Telerik Radscheduler

I want to increase the header size in month view of Telerik Radscheduler where (Sun, Mon, etc.) are displayed. How to implement it??
the_dopamine
  • 899
  • 6
  • 12
  • 21
0
votes
1 answer

Access the Telerik RadScheduler's advanced edit form from another aspx page

I want Access the Telerik RadScheduler's advanced edit form from another aspx page. Is there any option to call the Advance Edit form with out the Telerik RadScheduler.
0
votes
2 answers

Style the Selected Appointment / Item in a Telerik RadScheduler

I have a Telerik RadScheduler which displays events (or appointments). I'm trying to style the selected appointment with a thicker red border. I've found a page for Styling the Appointment Item on the Telerik website, but it relates to Silverlight…
Kirk Broadhurst
  • 27,836
  • 16
  • 104
  • 169