I'm trying to allow the end users to be able to control the conditional formatting for a PivotGrid ListView.
I have a custom view controller that enables this menu via:
C#pivotGridListEditor.PivotGridControl.OptionsMenu.EnableFormatRulesMenu = true;
When right-clicking on the pivot grid - the actual formatting menu appears (if you hold down the right click mouse button), but is quickly overriden by the general context menu (once you release the button).
Using a simple action appears to be better direction, however I'm unable to find a method (like ShowConditionalFormattingForm) to show the conditional formatting manager.
Any guidance on how to allow users to customize conditional formatting for Pivot style list views in XAF would be appreciated. I have found the links on how to do it for Grid and TreeView but unable to do this for Pivot. The same functionality is working fine when using Analysis module, however I do not want to use it as I would like users to retain their own layout and I would like to simply show a ListView as Pivot.
Thank you,
Miro
Hello Miro,
Thank you for your report. We will research the integration of the EnableFormatRulesMenu option with our PivotGridListEditor and inform you of our results. Please bear with us.