Following up your requirements, the Name property in the definition of the ToolTip will correspond to the property in your Business Object holding the values - A, B, C.
However, if this does not correspond to your particular needs, I would need a bit more details about the definition of the RadGridView and you Business Object.
All the best,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
I've followed the pattern : http://www.telerik.com/help/wpf/gridview-how-to-create-row-tooltip.html for setting row-level tooltip. It worked with version 2009.2.0813.35 but it nomore works in 2011.1.0315.35, in fact it works when I open the control with data in it, but if I edit the product name column, then the tooltip is nomore shown. I often need to refresh the grid by sorting it to make it work. Look at this code, it's pretty simple:
You will have to handle the CellEditEnded event and define the ToolTip there as well. It should be similar to the approach in the article you mentioned. However, instead of setting it to the row, you may try setting it to the cell directly. Another thing that you may try is to follow the idea illustrated in this forum thread. Whether it would be appropriate depends entirely on the ToolTip that you want to display.
Greetings,
Maya
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