This is a migrated thread and some comments may be shown as answers.

Scheduler custom templates

1 Answer 73 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vicenc Masanas
Top achievements
Rank 1
Vicenc Masanas asked on 16 Nov 2016, 02:30 PM

Hi,

we are exploring the template control to verify if we can build something like the attached picture. This is basically a timesheet module where people enter hours worked on a given project each day.

The idea is something like:

  • use the month view
  • each day will only have a single item
  • for each day, show a custom template on View that displays some static labels and an editable textbox
  • have a button on the page that saves to DB all the values provided for the current month.

Is that possible on using the Scheduler control?

 

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 18 Nov 2016, 03:17 PM
Hello Vicenc,

You could try using the AppointmentTemplate to customize the appointments as demonstrated in the Scheduler - Templates demo and handle the changes manually. Here is the Client-Side programming section of the Scheduler which could help you with the implementation of the described approach.

Another option could be to customize the InlineEditTemplate which is also demonstrated in the provided demo.

Regards,
Peter Milchev
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
Tags
Scheduler
Asked by
Vicenc Masanas
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or