Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1060
Validation error tooltip not showing up.
posted

I've followed the instructions here - https://ko.infragistics.com/help/wpf/xampivotgrid-editingdatacells - to add a validator for edits to my xamPivotGrid. The screenshot shows a tootlip appearing on the invalid data.

However, I don't get a tootlip. The validation fires and the cell is outlined in red. If I add a validation summary control to the page the validation error is correctly shown in that so the validator is being called and is firing correctly.

I tried copying the style template for the xamPivotGrid but I couldn't see any tootlip definitions in it all.

How do I get the tooltip to appear?