Reputation: 3781
As there is no default calender control in windows phone 8, i wonder what would be best practice to implement a calender control. Any suggestions.
Note: - No use of third party controls.
Upvotes: 0
Views: 97
Reputation: 7112
If you have RadControls for Windows Phone, you can use theirs Calendar control. Note that it is not free and it costs 100$.
However, if you enrolled into Nokia's Premium Developer Program, you can get both the controls and a token for Windows Phone Dev account for the same amount of money you will give already for Dev Account.
Disclaimer: I am not working for any of the above companies.
Upvotes: -1
Reputation: 1785
You can make use of DateTimePicker control, in Windows Phone toolkit. ie the only option you have. Otherwise you can create your own control for achieving the functionality
Upvotes: 2