This question is locked. New answers and comments are not allowed.
Hello,
I have a grid; the grid has many columns; one of the columns is called "Estimate Code"; when the user hovers the mouse pointer over the Estimate Code value on the grid I need a pop-up window (sort of like a ToolTip) to appear which will show various aggregate totals for that specific Estimate Code. Sort of like this:
Estimate Code: 001
Materials Count: 379
Average Cost: $1577
Total Hours: 829
Now, I know that I can have these aggregate totals appear in the group footer of the grid when the grid is grouped by Estimate Code, but the requirement is that they appear in a nice vertical format, rather than the horizontal format the group footer uses, because there are many aggregate totals that need to be included in this summary (not the just the 3 that I used in the example above).
So is there a way to have a pop-up window with TextBlocks appear, each TextBlock bound to a certain aggregate total, all of it specific to the particular Estimate Code the user happens to be hovering over?
Thank in advance.
I have a grid; the grid has many columns; one of the columns is called "Estimate Code"; when the user hovers the mouse pointer over the Estimate Code value on the grid I need a pop-up window (sort of like a ToolTip) to appear which will show various aggregate totals for that specific Estimate Code. Sort of like this:
Estimate Code: 001
Materials Count: 379
Average Cost: $1577
Total Hours: 829
Now, I know that I can have these aggregate totals appear in the group footer of the grid when the grid is grouped by Estimate Code, but the requirement is that they appear in a nice vertical format, rather than the horizontal format the group footer uses, because there are many aggregate totals that need to be included in this summary (not the just the 3 that I used in the example above).
So is there a way to have a pop-up window with TextBlocks appear, each TextBlock bound to a certain aggregate total, all of it specific to the particular Estimate Code the user happens to be hovering over?
Thank in advance.