Hello
We're deciding if this particular use of RadCalendar would be non-practical.
We will need to have a from / to range selection on our screen. No matter what is selected in the from, it should always use "1" as the day. No matter what is selected in the to, it should always use the very last day in that month.
The screen would have:
From [ radcalendar1 ] To [ radcalendary2 ]
So no matter what day they select in radcalendar1, "day 1" will be selected. and "last day of month" would be selected in the 2nd one.
Would the best way to do that be "programmatically" by setting the selectedDate property in the code behind?
We're deciding if this particular use of RadCalendar would be non-practical.
We will need to have a from / to range selection on our screen. No matter what is selected in the from, it should always use "1" as the day. No matter what is selected in the to, it should always use the very last day in that month.
The screen would have:
From [ radcalendar1 ] To [ radcalendary2 ]
So no matter what day they select in radcalendar1, "day 1" will be selected. and "last day of month" would be selected in the 2nd one.
Would the best way to do that be "programmatically" by setting the selectedDate property in the code behind?