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
close icon

DateRangePicker Navigated event not firing

Hello

I am using EJ 2 v16.4.0.52 (nuget package).

The "Navigagted" event for the DateRangePicker control is not firing.

I have a blank website and just added a DateRangePicker with the navigated event like this:

...
<ejs-daterangepicker id="myDateRangePicker" navigated="onNavigated"></ejs-daterangepicker>
...
<script>
     function onNavigated(args) {
            console.log('navigated');
            debugger;
        }
</script>

When navigating, the function is never called.

This works fine for the normal DatePicker controls.

Could you please have a look at this?


Kind regards
Phil

1 Reply

SI Silambarasan I Syncfusion Team February 12, 2019 11:24 AM UTC

Hi Phil, 
 
Sorry for the inconvenience. 
 
We have looked into your reported query and currently, the ‘navigated’ event is not available in our EJ2 DateRangePicker. This event is wrongly exposed since this is extended from the DatePicker base class. 
 
However, we have considered to provide “navigated event for DateRangePicker” and this feature will be included in our upcoming patch release which is scheduled to be rolled-out on February 26, 2019. We appreciate your patience until then. 
 
Regards, 
Silambarasan 


Loader.
Live Chat Icon For mobile
Up arrow icon