if you want to print only the data try using a QuickReport, associated to same datasource of your DBGrid.
Simply link fields to correspondent qrdblabels and the same data that appears in DBGrid appears in QuickReport.
Or if you want to print the DBGrid, you can try a "print screen", but for it you'll need to search...
(try searching first for Form.Print, in see also section may have the link)