I was looking to add some detailed info in tooltip of every cell of a pivot grid. By saying detail I mean like row and column details for that pivot cell.
But was not able to put the template for that. Help required on this.
-Manas.
Hello Manas,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
I have modified the sample I sent you before, so now it works as you want. Basically instead of using Style for the PivotCellControl, I handled the XamPivotGrid's CellControlAttached event and I set the tooltip in the handler. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
Hi Stefan,
Thanks for your reply.
And the sample code works fine for tooltip, but once I reload or refresh the grid then next time it does not show up the tooltip.
But as it is a pivot grid, and as per my requirement I have to always change the column and rows and see the impact.
So it works initially but failing after reload.
Please have a look for that and thanks in advance.
-Manas
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I created a Style for the PivotCellControl and used a Converter in order to get the Row and Column name for each Cell. Please let me know if this helps you or you have further questions on this matter.