In the WebDBGrid is there a way to set a cell (or column) to be multi-line/word wrap to show text/memo fields?
-Scott
In the WebDBGrid is there a way to set a cell (or column) to be multi-line/word wrap to show text/memo fields?
Did you make sure to increase the row heights so multiple lines can fit the cell?
well... I could do that but is there a way to make that dynamic? Are you saying to calculate the text in a memo field/cell and increase the cell height accordingly? I was hoping for something "automatic".
TWebTableControl is doing this "automatic".