I need to implement a control that is similart to XamDatePicker in functionality but allows selection of more than one date at a time - a date range or multiple dates. What is the simplest way to do something like that? It seems that XamCalendar supports multi-select but how do I embed XamCalendar inside of a combo box like a XamComBoEditor? The idea is on Dropdown event the Calendar shows up and allows selection of multiple days. I am close to using something like Popup WPF control but I'm not certain that's the best approach. I cannot really use much code behind in my project since I'm using MVVM design pattern. Thanks for any help.
Hello Andre,
I can say that a good approach will be to put the XamCalendar in a Popup and use its SelectedDates Property to get the selected dates collection and visualize them in a TextBox for example, but you will need to write code behind. Another thing you can do is suggest a new product idea for future versions (or vote for existing ones) at http://ideas.infragistics.com.
There are many benefits to submitting an product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.