Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET Timeline control

I have looked over other questions on this website, but am yet to find a solution that meets our requirements. We need a Timeline control that makes it possible to display some HR information (distribution of consultants) over longer periods of time (months). The screenshot below illustrates the requirement.

Illustration

We currently use a Windows-based component from a third party. We need this application to be visible on the web, including display on iPad devices. Are there any controls on the market that support this functionality?

like image 921
Bas Avatar asked Jul 26 '11 09:07

Bas


2 Answers

I haven't explored many of the options yet, but I'm working on an application that uses DayPilot Lite (the open source version) from http://www.daypilot.org/ to display a calendar. The scheduler control looks like it could do something like what you're looking for.

like image 169
suamme1 Avatar answered Sep 18 '22 01:09

suamme1


maybe Telerik Scheduler

http://demos.telerik.com/aspnet-ajax/scheduler/examples/timelineview/defaultcs.aspx

like image 31
Antonio Bakula Avatar answered Sep 19 '22 01:09

Antonio Bakula