Clear agenda listview on month change

My calendar control is set up just like in the Week View demo in the Syncfusion demo app. It works well except for one requirement that the listview below the calendar stays in sync with the calendar view after swiping. I have tried to set the selected date thinking that will update the data in the list view, but that only set the selection on the calendar portion. I have also tried clearing the selection using calendar.ClearSelection(). That did clear the selection from the calendar view but had no effect on the listview.

Is there any way to modify the agenda items shown other than by tapping on the calendar?

Calendar definition -
<syncfusion:SfCalendar DataSource="{Binding CalendarInlineEvents}" 
                       NumberOfWeeksInView="1"
                       InlineViewMode="Agenda"
                       ShowInlineEvents="True"
                       FirstDayofWeek="{Binding WeekStartDay}"
                       InlineItemTapped="calendar_InlineItemTapped"       
                       MonthChanged="calendar_MonthChanged">




5 Replies

MS Muniappan Subramanian Syncfusion Team March 19, 2020 07:28 AM UTC

Hi Kevin Anderson, 
 
Thank you for contacting Syncfusion support. 
 
Currently, we are analyzing the mentioned issue “Clear agenda listview on month change” in SfCalendar. We will validate and update you the further details in two business days (March 23, 2020). We appreciate your patience until then. 
 
Regards, 
Muniappan S. 



MS Muniappan Subramanian Syncfusion Team March 23, 2020 11:07 AM UTC

Hi Kevin Anderson, 
 
Thank you for your patience. 
 
We have checked, and we can replicate the reported issue “Clear agenda listview on month change” in SfCalendar. We have logged issue report for the same, we will fix this issue and include the issue fix our Weekly NuGet release update which is expected to be available by April 7, 2020. We appreciate your patience until then.  
 
You can track the status of this report through the following feedback link,  
  
Note: The provided feedback link is private, you need to login to view this feedback.  
 
Regards, 
Muniappan S. 



MS Muniappan Subramanian Syncfusion Team April 7, 2020 01:26 PM UTC

Hi Kevin Anderson, 
 
Sorry for the inconvenience caused. 
 
Due to a technical error, we can’t create a patch for this issue of “Clear agenda listview on month change” in SfCalendar. We will provide patch for this issue on tomorrow ( April 8, 2020). We appreciate your patience until then.   
 
Regards,    
Muniappan S. 



MS Muniappan Subramanian Syncfusion Team April 8, 2020 10:11 AM UTC

Hi Kevin Anderson, 
 
We have fixed the mentioned issue “Clear agenda list view on month change” and the patch for the issue fix is following by. Before installing the patch, kindly remove bin and obj folders from all the projects of solution and clear NuGet cache. 
 
 
 
 
Kindly find the below link to clear NuGet cache, 
 
Installation Direction:       
{Syncfusion Installed location} \Essential Studio\18.1.0.42\Xamarin\lib\netstandard\Syncfusion.SfCalendar.XForms.dll 
{Syncfusion Installed location} \Essential Studio\18.1.0.42\Xamarin\lib\android\Syncfusion. SfCalendar.XForms.Android.dll    
{Syncfusion Installed location} \Essential Studio\18.1.0.42\Xamarin\lib\ios\Syncfusion. SfCalendar.XForms.iOS.dll            
{Syncfusion Installed location} \Essential Studio\18.1.0.42\Xamarin\lib\uwp\Syncfusion. SfCalendar.XForms.UWP.dll    
 
Disclaimer:     
Please note that we have created this patch for version 18.1.0.42 specifically to include the issue. We will include the issue fix in our upcoming Weekly NuGet release. We appreciate your patience until then. We appreciate your patience until then. 
 
Regards,    
Muniappan S 



MS Muniappan Subramanian Syncfusion Team May 14, 2020 06:17 AM UTC

Hi Kevin Anderson,  
 
We are glad to announce that our Essential Studio 2020 Volume 1 service pack release v18.1.0.52 is rolled out and is available for download under the following link.  
 
 
The mentioned issue with “Clear agenda list view on month change “issue has been fixed and included in this release. 
 
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.  
 
Regards, 
Muniappan S. 


Loader.
Up arrow icon