In my application the "onActionBegin" function is for the firebase databse and it works. However when I add the function "onPopupOpen" the this onaction do not want to trigger. Nothing is saved to the database anymore. I have added the app.component.ts code, here i am simply trying to change the default duration from 30 mins to 60 mins for an event with the onPopupOpen function:
Hi there, thank you for the reply, much appreciated. I had a look at your sample code, it seems that even though the function triggered the data just was not being saved to the firestore database, which is entirely a different problem. However I have solved it, with the right data-bindings, thank you. HOWEVER: I seem to have another big issue that seems to be a bug, whenever I refresh the browser the overflow menu will show in the right top corner and the views will be stuck in there (Today, Month, Week etc), its the same menu used for mobile version except it looks different and also if I refresh the page sometimes it works sometimes it does not. I added a image:
As you can see i circled in red the area thats the problem. Here is what it looks like when I open that:
After refreshing the page a few times the correct views load:
After refreshing the page a few times the correct views load:
|
@import '../../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../../node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import '../../node_modules/@syncfusion/ej2-calendars/styles/material.css';
@import '../../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
@import '../../node_modules/@syncfusion/ej2-inputs/styles/material.css';
@import '../../node_modules/@syncfusion/ej2-navigations/styles/material.css';
@import '../../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../../node_modules/@syncfusion/ej2-schedule/styles/material.css'; |