Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I've got a question regarding Calendar or Scheduler. Maybe first I will describe you, what I would like to achieve. My application is some kind of employee management tool, and my idea is to create vacation planner as well. I'm using user controls to open things in mainWindow (as a child.add). What I have regarding vacations/holidays is User control with two dateTimePickers - StartDate and EndDate, next is Employee ID (filled automatically by loading data from SQL table) and VacationType combobox. Employee view is okay, they can log vac/hol in table, but I would like to see their logs on administrator form, and I would like to make this kind of view for them (to show their team members logs). So, the question is - in your opinion, I should use DataGrid/listView to create "gantt" chart to create something like that :
http://code.daypilot.org/image/big/vzwi2c5j55gavjxndxlvzk3iaq[^]

Or should I use WPF controls, because it's not possible to create this kind of "graph" using standard controls?

Thank you in advance!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900