search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to make customized navigator

Asked by Anil Vishwakarma
9 years ago.

I want to show month names as a list. Now on clicking a particular month i want show the calendar details of that month.

Is this possible. If yes then please suggest how i will do this in Razor MVC. If this can be done then we can purchase this product as i have explored all the features and all are meeting our requirement except this one.

Thanks in Advance!

Regards,
Anil Vishwakarma

Answer posted by Dan Letecky [DayPilot]
9 years ago.

Please take a look at this guide:

http://doc.daypilot.org/month/manual-date-switching/

You can bind any kind of navigation controls (plain links, drop-down list, etc.) using .commandCallBack() method. This method will invoke OnCommand on the server side and you can update the date there and update the month control.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.