3 Answers, 1 is accepted
0
Hi Kumar,
Thank you for writing.
Currently there is no way of disabling the selection using the properties of the calendar. There is a workaround for this by using this code:
Use this to set the selection manager of the calendar like this:
I logged this as an issue and it will be implemented for our next release.
Thank you for your time and all best!
Regards,
Antony Jekov
Telerik
Thank you for writing.
Currently there is no way of disabling the selection using the properties of the calendar. There is a workaround for this by using this code:
class DummySelectionManager extends CalendarSelectionManager { public DummySelectionManager(RadCalendarView owner) { super(owner); } @Override public void handleTapGesture(CalendarDayCell calendarCell) { //super.handleTapGesture(calendarCell); }}calendarView.setSelectionManager(new DummySelectionManager(calendarView));I logged this as an issue and it will be implemented for our next release.
Thank you for your time and all best!
Regards,
Antony Jekov
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
0
vijay
Top achievements
Rank 1
answered on 21 May 2015, 04:53 AM
it's works!!!
Thanks Antony
0
Hi Kumar,
You are very welcome. I will add the missing property as promised for the next release.
Good luck with your project!
Regards,
Antony Jekov
Telerik
You are very welcome. I will add the missing property as promised for the next release.
Good luck with your project!
Regards,
Antony Jekov
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items