Any year view scheduler and calendar asp.net control available there

泄露秘密 提交于 2020-01-14 18:50:31

问题


I searched the internet for a calendar/scheduler year view control. The UI should looks like the screenshot I gave. I will put all events to this control.

So far, I only found: http://web2cal.com/ajaxeventscalendar/calendar-demo/912-premium-demo/172-year-view-demo (not very decent) and the control at http://www.daypilot.org/scheduler-lite.html,which is close but not excatly I want.

I've reasearched the compenentArt,telerik, but there controls only give month/day view not a year view.

Any other recommendation?


回答1:


fullcanlendar might be worth a try: http://arshaw.com/fullcalendar/

you have to define custom view somehow: http://arshaw.com/fullcalendar/docs/views/Available_Views/




回答2:


jQuery fullcalendar plugin called Arshaw's fullcalendar plugin may help you achieve what you wish. you have to customize this to your needs though. Since you are using asp.net Here is a google code project for asp.net which will help you achieve most of the common tasks.

it basically utilizes the jquery fullcalendar plugin by arshaw FullCalendar. go through the documentation for better understanding and customizations

Documentation

Once you configured fullcalendar successfully then i found a patch on google code which may help you

Discussion

Actual Patch

i hope this will help you and will suffice your needs. honestly i did not tried that for yearview but the patch looks promising.



来源:https://stackoverflow.com/questions/9397964/any-year-view-scheduler-and-calendar-asp-net-control-available-there

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!