Hello. I'm not using a kendo form here, so that may well be my issue. I have constructed a kendo-dialog window to add or edit an object using kendo inputs--primarily text boxes with a couple of dropdowns and a checkbox. When editing I want the fields to display the current variable value. I'm binding with [(ngModel)]. The problem is that when I open an edit window, those values don't display until I click on each field (bring them into focus). Is there a way to get these to display? Thanks.
Thank you, Yanmario. This works well now.