Adding a column to a grid that is not in the collection

You want to use a BAQDataView … doing it this way is extremely slow since you are doing a lookup on the DB for each row. There is an example of doing with a BAQDataView here

1 Like