Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
Is there a way to specify what columns of data display in the tooltip which appears over the scrollbar when a WinGrid's ScrollStyle is set to Deferred mode and the user scrolls?
posted

I would like to display a concantenation of data from a couple columns (mainly the first and second), but I may want it user configurable.

  • 20872
    Offline posted

    Hello airichmantrizetto,

    I am still following this forum thread.

    Please feel free to let me know if you have any other questions with this matter.

  • 20872
    Offline posted

    Hello airichmantrizetto,

    There is a ScrollTipField property on the Band, so you could specify any of the Columns in the UltraGrid. If you need to show a concatenated value from a few columns, than you could create single unbound column in the InitializeLayout event of the UltraGrid, hide it, set the ScrollTipField property of the Band to be that hidden column, and in the InitializeRow event, populate the hidden columns with the desired concatenated values from the displayed columns.

    If you have any other questions please feel free to let us know.