DBAdvGrid - memo field

I not able to display complete memofield only the first line.

Mulitilinecell = true
Any additonal propeties needed in order to display all the lines of memofield?

Did you try to set grid.ShowMemoFields = true?

yes, i did. No response.

Sometimes documention is a good thing.
Proper method is outlined in TDBAdvGrid developers guide.
 
Grid.AutoSizeRows(false,4) after activating the dataset.
 
I added method after SQL Query. Result is just like i wanted.