Dear all,
I am working with a themed data grid presenting a collection of model objects of my MVVM. Clicking on the new row of the new row template, I would like to inform my model via viewmodel to create such a new data object. In fact this works. Unfortunately, the new row template creates an additional object on the fly breaking my mvvm as views are not intended to manage or create data objects.
Is there a way to suppress this behavior?
Thanks in advance, Franziska