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.
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 month old and has been closed. Please create a new question if you have anything to add.