Hi,
Before overriding the CellValuePresenter, add new row works fine in my grid. After overriding it, it does nothing when entering in the new row. It looks like the new row functions with PART_EditorSite only, but I need to provide a customized control to handle the editing.
Please help to see how to realize this. Thanks!
Please have a look at the attached sample.The add new row doesn't work in the first grid because of the overridden CVP.Thanks!
Hello,Are you using a User/CustomControl inside the ControlTemplate? The PART)EditorSite would be the control that the CVP is looking for, but you can use a Two-Way binding and still get the same thing. Please provide the new modified ControlTemplate so that we can look into it.