We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Range selection in calendar control

Is there any way to implement range selection in calendar control like below image?

range selection control


5 Replies

HM Hemalatha Marikumar Syncfusion Team May 30, 2016 10:17 AM UTC

Hi bCliks,

Currently SfCalendar control does not have RangeSelection mode in Xamarin.Forms. We have considered this as feature. We will implement the same in our upcoming Volume 2 Service pack 1 release. You may also check our website periodically to know about our release details.

Regards,
Hemalatha M.R




BC bCliks May 30, 2016 10:37 AM UTC

OK. One more help, please. 
How to get the integer value from SfNumericUpDown control?



HM Hemalatha Marikumar Syncfusion Team May 31, 2016 01:07 PM UTC

Hi bCliks,

Query: How to get the integer value from SfNumericUpDown control?

We can get the value of SfNumericUpDown by using the following code example,

Code Example,  
  
SfNumericUpDown adult=new SfNumericUpDown(); 
int d = (int)Convert.ToDouble(adult.Value.ToString());  


Regards,
Hemalatha M.R 



BC bCliks May 31, 2016 01:15 PM UTC

Thanks. :)

bCliks


HM Hemalatha Marikumar Syncfusion Team June 1, 2016 03:55 AM UTC

Hi bCliks,  
  
Thanks for your update. 
  
Please let us know if you need any  further assistance. 
  
Regards,  
Hemalatha M.R 


Loader.
Live Chat Icon For mobile
Up arrow icon