I want to add a rows to my datagridview after its fetch the data from the database. For example :
Product - - - Price
1 - - - 100
2 - - - 100
3 - - - 100
Total - - - 300
The Total is the value I would add manually. Any help thanks in advance.