Hello!
I have a measure of my custom type "SplitValue", so my data is split in two parts and in PivotGrid the sum of two parts is shown. I've already managed to show these values in PivotGrid by writing custom aggregator, but I need to edit both of underlying values. I want to create a edit template with two textboxes instead of one, but I can't find a way to do this.
How can I do this?
Hello and thank you for posting!
I have been looking into your scenario and a possible solution here would be create the cell template like it is described in the following documentation page http://help.infragistics.com/Help/Doc/WPF/2014.1/CLR4.0/html/xamPivotGrid_Customizing_Cells_with_Templates_Procedure_and_Code_Example.html and apply it when the CellEnterEdit event is fired.Please feel free to let me know if you have any questions or concerns.
But how do I remove that template when editing has finished? OnCellEdited event only fires when editing is approved, but how to revert the template when edit is canceled (Esc is pressed)?