Is it possible to Word Wrap DBgrid Cell (height) in Delphi (xe) ? I have a dbgrid with multiple columns with a fixed Column width and some columuns has up to 100char and I need them to fit the appropriate Cell without changing the Column width.
Any clue how to do it ?
Thanks.
You'll need to make it ownerdraw, and in the OnDrawCell event put the code to fill in the cells: