Hi,
I'm using the UltraWinGrid and was wandering if it was possible to display "..." (tree points) at the end of a cell if the value could not be displayed entirely.
If it is possible how would you do it?
Kind Regards Ibbe
Set the UltraGridColumn.CellAPpearance.TextTrimming property to one of the 'Ellipsis' settings.
Thanks for the solution!