Hello,
I'm working with "Add New Record" dialog opened from Grid toolbar. Dialog contains reactive form group where values are set by means of <ejs-datepicker>, <ejs-checkbox> and <ejs-dropdownlist>. When I want to submit the form two events are fired - actionBegin and actionComplete. In method fired by actionBegin event all formControls set in the reactive form have proper values but in method called by actionComplete event - values which were set by dropdown lists are null (other formControls are fine, have proper values). This issue occurred right after I have updated Syncfusion components version from 18.3.47 to 19.2.57. Could you please tell me what might have caused the problem? Thank you in advance.
King regards
Damian Szwajkos
Hello,
Thank you for quick reply. I have analized sample you have sent me and it works fine. I have used the same demo with changed dependencies to those that I use in the project - Angular 8 and Syncfusion components with versions 19.2.55 or higher. In this case in actionComplete event when we open orderForm field Freight is null but in args.data this field has proper value.
orderForm:
args.data:
This is the situation I am struggling with.
Modified Sample: https://stackblitz.com/edit/angular-tttqtn-c6qrlh?file=app.component.html
Kind regards
Damian Szwajkos