Hi,
I would like to know if it is possible to have this behavior with the UltraWinGrid.UltraGrid 10.2
Has you can see the text is all in the cell A3 but it overlap over the other cells (see picture)
My customer ask me this kind of behavior and he give me this exemple in an Excel sheet
So it is possible to have this behavior if yes Hos can we do that?
This would be extremely difficult and complex to do in the UltraWinGrid. You might be able to achieve it using a DrawFilter or CreationFilter, but Microsoft Excel only does this under certain circumstances, not all the time. It depends on which cell or part of the application has the focus, I think. And the WinGrid tries very hard not to allow a cell's text to run outside the bounds of that cell. So it would be very tough.
A better solution might be for you to upgrade to the latest version of the Infragistics controls and use the new UltraSpreadsheet control, which already mimics Excel's behavior. The UltraSpreadsheet was added recently, though, so it's not available in v10.2.