Questions tagged [telerik-scheduler]
48 questions
5
votes
1 answer
Kendo UI Scheduler: How to create Custom templates
we are looking for the possibilities to see and use the Kendo UI..
how and where to create the Custom event templates for a scheduler?
where should i define and create the customAllDayTemplate as mentioned below?
Any e.g?
created a Div with the Id…

fireholster
- 622
- 1
- 9
- 22
3
votes
0 answers
Telerik Kendo UI MVC Schedular not able to add a textbox resource
I am developing a Schedular using telerik Kendo UI MVC Schedular with Razor engine. I have added some of dropdown resources. All works fine.
But I tried to add one textbox resource , I googled but found nothing.
My…

Janty
- 1,708
- 2
- 15
- 29
2
votes
1 answer
Telerik RadScheduler and appointment attributes
I've got an aspx page, and in the code behind, I'm building a list of Telerik.Web.UI.Appointment objects, and setting the datasource of the RadScheduler to that list.
For each appointment object I'm adding several attributes to it. Things like…

Matt
- 73
- 1
- 5
2
votes
0 answers
Kendo UI-Scheduler : How to create/Edit Multiple Events by customizing a kendo scheduler editor pop-up window
How to create a custom template for kendo scheduler event editor pop-up for creating/editing a multiple events at a time using kendo scheduler.
i already done the implementation of customized template for kendo scheduler editor,so any one please…

Krishna Mani
- 177
- 17
2
votes
1 answer
Issue with Telerik Scheduler using Chrome
I have implemented code in environment of asp.net C# to drag and drop from Telerik treeview into Telerik scheduler to create appointment.
I got the problem into only Chrome sometimes when going to schedule any appointment by drag and drop into…

Dianna
- 31
- 2
2
votes
1 answer
Silverlight 3 making content size to Page size
When this page loads the RadScheduler control does not render fully on the screen so the bottom half is not visible. How can I make it so that it sizes to the remaining space in the Page window?
…

rotary_engine
- 559
- 2
- 6
- 17
1
vote
0 answers
How to implement dependency in ScheduledTask inheritances (Telerik Sitefinity)
please give me some advice.
My problem is the following, I'm implementing a dependency in a custom scheduled task. The task itself is initialized with the necessary dependency, however, during the start, the task is transferred to the status Is…

Sky
- 11
- 1
1
vote
1 answer
RadScheduler issues
Q:
I'm using Telerik RadScheduler with data from two tables:
Course (courseCode,CourseTitle)
CourseTime(id,from,to,courseCode),the id is auto incremented
In the codebehind the Scheduler is bound to an ObjectDataSource:
rs.DataSourceID =…

Anyname Donotcare
- 11,113
- 66
- 219
- 392
1
vote
1 answer
How to add custom 'Add Appointment' page for telerik scheduler?
I am trying to create a custom add page for appointments for telerik scheduler. I want my page to be displayed rather than the add appointment template built in the scheduler. I looked at the Advanced Insert Template but I don't think it allows…

Prateek
- 2,375
- 19
- 23
1
vote
1 answer
Telerik scheduler custom editor DateTimePicker business hours, default value, and double booking
The Telerik UI for ASP.Net is fairly useful, but the documentation can be incomplete or unclear at times.
The Scheduler is simple to implement initially, but customizing it can be difficult.
I need to have a custom editor with different fields than…

Rachel Ostrander
- 184
- 2
- 14
1
vote
3 answers
Issue with session parameter "Must declare the scalar variable"
I have an issue with this code.

Yana Tovpienetz
- 125
- 2
- 11
1
vote
0 answers
"Show All Day area" does nothing in Silverlight telerik RadScheduleView
I am using Telerik silverlight RadScheduler with Silverlight. It seems "Show All Day area" property of ViewDefinition is not working.I have enabled "ShowAllDayArea" to "true" it in ViewDefintion .The "IsAllDayEvent" property in appointments are…

Thabo
- 1,492
- 2
- 18
- 36
1
vote
1 answer
How to update UI (telerik scheduler) correctly using Parallel.ForEach
I am experimenting Parallel Programming for the first time and i am using it to improve the speed filtering on the Telerik Scheduler control.
this is the code i am using to filter appointments by room, ex:
Task.Factory.StartNew(() =>
{
…

Noe Rocha
- 13
- 2
1
vote
2 answers
Strange behavior of confirmation in Telrik ?
somePage.aspx
javascript
asp.net
telerik
dopostback
telerik-scheduler

user2553512
1
vote
0 answers
How to save dataset in database according to my scenario?
I am working on my final year project I used telerik rad scheduler and em not able to save appointment data on appointment table I used this code in update button…

Usman Shafique
- 11
- 1