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