How can I display default values in the last row?

CGXDaoGrid provides built in support for gathering the default values from the .MDB file and display them in the last row.

For ODBC or any other data sources, you should call

   SetValueRange(CGXRange().SetCols(nCol), strDefaultValue);

for the individual columns.