This is a migrated thread and some comments may be shown as answers.

Binding a group's aggregate data to TextBlock in pop-up window or ToolTip

2 Answers 41 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sean Wright
Top achievements
Rank 1
Sean Wright asked on 28 May 2010, 07:24 PM
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.

2 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 02 Jun 2010, 04:46 PM
Hello Sean Wright,

Please use the example attached as a starting point.
In case you need additional assistance with this matter , just drop me a line.

Greetings,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Sean Wright
Top achievements
Rank 1
answered on 02 Jun 2010, 05:27 PM
Thank you, Pavel! I will examine this and work on fitting your examples into my existing code and let you know how it works. I really do appreciate it!
Tags
GridView
Asked by
Sean Wright
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Sean Wright
Top achievements
Rank 1
Share this question
or