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?