How to add an Extra row in a Grid apart from the rows in Datasource.

Sorry, I dont know how to do exactly what you ask, but…

If it were me, I would consider using a temp table on the form, so that I can add any extra rows on screen without affecting the database.

Otherwise, if you are able to change the table, you could add a field to filter the rows which are only to appear in the screen grid, and not to be used in the application.