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.
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.
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.