TTIWDBAdvWebGrid question

Delphi Seattle 10
Intraweb 14.1.14
TMS Intraweb Pro pack.

With the TTIWDBAdvWebGrid Is it possible to assign a few datafields to the grid columns and then have some columns that are assigned by code. 

i have a fields that holds data for multiple fields and I have not been able to assign data to the columns using  Grid.AsyncSetCell.

My code: Grid.AsyncSetCell(1,0, Trim(Copy(VTable.FieldByName('info').AsString,1,60)));

Thanks

Hi,


Please note that AsyncSetCell will only function with Columns that have a DataField assigned for the TTIWDBAdvWebGrid.
You would have to add custom fields through your database query.