When I scroll down the scrollbar in the UltraGrid, I dont actually want to see rows scrolling down. Rather I need a tooltip sort of thing on scrollbar displaying the unique column's value, when I scroll down.
I thought this has to do with the Grid Appearance, but couldn't figure out which property will help me do that. Can any one help me understand how to get that setting in my UltraGrid?
Set the ScrollStyle property (on the DisplayLayout) to Deferred.
You might need to set TipStyleScroll on the Override to Show. You can determine which field is displayed as the tooltip by using the ScrollTipField property of the band.
Hi Mike,
When implementing above feature using the property , I have noticed that the property/field name is automatically concatenated as a prefix in the tool tip. How can I get rid of that. I just want to display the value of the field as a tooltip when scrolling
I don't see any way to do that. You should Submit a feature request to Infragistics and perhaps this can be added in a future release of the control.