When trying to use the new row with the Office2019 theme, I get binding errors and the new row is visually an empty row. Using Office2013 works as expected. The errors shown are:
- System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Telerik.Windows.Controls.GridView.GridViewDataControl', AncestorLevel='1''. BindingExpression:Path=GridViewNewRowContent; DataItem=null; target element is 'ContentPresenter' (Name=''); target property is 'Content' (type 'Object')
- System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Telerik.Windows.Controls.GridView.GridViewDataControl', AncestorLevel='1''. BindingExpression:Path=GridViewNewRowContentTemplate; DataItem=null; target element is 'ContentPresenter' (Name=''); target property is 'ContentTemplate' (type 'DataTemplate')
I am using version 2025.1.211. Disabling row virtualization makes it work with the Office2019 theme. What do I need to do to get it to work with the Office2019 theme and virtualization?