TDBAdvGrid Richtext Values

Hi,

I have a DBAdvGrid with a datasource to a SQLServer. One column (PositionText varchar(max)) returns plain richtext:

{\rtf1\ansi\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}}  \viewkind4\uc1\pard\ul\b\i\fs28 TEST\ulnone\b0\i0\fs16\par  }



What have I to do, to show the text in richtextformat in the cells of the column?

kind regards,
FM

Did you try to set grid.ShowMemoFields = true?

That's the trick. Thanks a lot.

FM