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

How to capture the event on calendar arrow click?

Hi - can you please let me know how to capture the event when left or right arrow is clicked next to the date/month on top of the calendar? I'm planning to load data to the calendar based on the date/month and trying to fetch data based on the click event (arrow). Also let me know if there is an alternate way to load data based on date/month. Thanks.

Calendar Arrow Event


http://asp.syncfusion.com/demos/web/schedule/events.aspx

3 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team September 26, 2016 11:26 AM UTC

Hi Jeswin,   
   
Thank you for contacting Syncfusion support.   
   
When the current view is changed, Navigation event will be raised, where current view, current date and previous date can be retrieved. Load on demand feature can be used to render an appointment based on the date and view. Kindly refer the below links to know more about the feature.  
Sample link: https://asp.syncfusion.com/demos/web/schedule/loadondemand.aspx
<Code>
<ej:Schedule ClientIDMode="Static" runat="server" ID="Schedule1" DataSourceID="SqlData" Width="100%" Height="525px" CurrentDate="5/2/2014" Navigation="onNavigation"> 
    <appointmentsettings id="Id" subject="Subject" allday="AllDay" starttime="StartTime" endtime="EndTime" description="Description" recurrence="Recurrence" recurrencerule="RecurrenceRule" /> 
</ej:Schedule>
</Code>
 
Regards, 
Karthigeyan 
 
 



JR Jeswin Raj September 26, 2016 02:04 PM UTC

Hi Karthigeyan - thanks a lot for your response. It sure did help a lot. 


KK Karthigeyan Krishnamurthi Syncfusion Team September 27, 2016 04:09 AM UTC

Hi Jeswin,    
 
We were happy to hear that your issue has been resolved.  
 
Please let us know if you need further assistance. 
 
Regards, 
Karthigeyan 


Loader.
Live Chat Icon For mobile
Up arrow icon