| 
 | pure virtual | 
Called by the framework when the data is being added from the record-set to a grid cell.
This method is called when the data is being added (copied) from the record-set to the grid cell. Override this method in a derived class if you need to display custom data.
| pRow | A pointer to the grid row. | 
| nColumn | Column number | 
| nRow | Row number |