Hi,
I've see that when I move the laterla scroolbar, is visible a tooltip with information of columnname : its value. All with indentation depend from band.
What are the column that use this tooltip? Can I change che column that tooltip show for any bands ?
thanks
Andrea
This functionality is called auto-preview. Most of the settings that affect auto-preview are directly on the band. For instance, you can set the AutoPreviewField property of the band to match the Key property of the column you want displayed. I believe that the first visible column is used if this property is not specified.
The API documentation of the AutoPreviewField property (taken from the online help documentation of NetAdvantage for .NET 2008 Volume 3) provides a code example illustrating some of the properties you can set to configure the grid's auto-preview functionality.
thanks,
mmm no, is not auto-preview.
I found it, is ScrollTipField property of band.
When the grid contents exceeds the height of the grid, appears beside a vertical bar scrol. When I click and drag scrolbar up and down to scrol the grid, appear near the scrol bar an tooltip, with line text with indentation like grid bands. Each row of toolpit with format [field name : filed value].
The field name, isn't the first cell visible.
Thanks.
You're absolutely correct - ScrollTipField is what you were looking for. The auto-preview functionality I was referring to is similar in function, though has nothing to do with scrolling.