Keep showing dots indicator after select a date

Hi,

Could you tell how to keep dots indicator after select a date?
Currently dots indicator always disappear when I select a date.

I attach screenshot for current condition and this is my piece of code to set MonthViewSettings.

          MonthViewSettings monthViewSettings = new MonthViewSettings();
          monthViewSettings.PreviousMonthBackgroundColor = Color.FromHex("FAFAFA");
          monthViewSettings.SelectionShape = SelectionShape.Circle;
          monthViewSettings.SelectedDayTextColor = Color.White;
          monthViewSettings.DateSelectionColor = Color.FromHex("062D84");
          monthViewSettings.WeekEndTextColor = Color.Red;
          monthViewSettings.TodayTextColor = Color.FromHex("062D84");
          monthViewSettings.TodayBorderColor = Color.Transparent;
          monthViewSettings.TodaySelectionTextColor = Color.White;
          monthViewSettings.TodaySelectionBackgroundColor = Color.FromHex("062D84");
          Calendar.MonthViewSettings = monthViewSettings;


Attachment: screenshot_73f5cb9d.zip

1 Reply

SS SaiGanesh Sakthivel Syncfusion Team April 17, 2020 01:36 PM UTC

Hi Kenny, 
  
Thank you for contacting syncfusion support. 
  
We have checked the reported query”Keep showing dot indicator after select a date” from our end. We regret to let you know that as per implementation of SfCalendar, when the selection shape is circle the indicator will not display. We suggest you to implement the selection shape as Fill to achieve your requirement or you can achieve by customize the cell template inside the monthViewSettings. 
  
You can refer the following article to customize the CellTemplate. 
  
We hope this helps. Please let us know if you need any further assistance. 
  
Regards, 
SaiGanesh Sakthivel 


Loader.
Up arrow icon