Hello Everyone, I am using DatagridView then in myDatagridView in have repetition of rows, for you to make it more detailed i'll give you an
example
here's the Table
Product Code Product Name Product Price Quantity Product Total
12345 Coke 20 20 400.00
12345 Coke 20 10 200.00
12345 Coke 20 2 40.00
i want it to summarize it like this, how can i do this?
Product Code Product Name Product Price Quantity Product Total
12345 Coke 20 32 640.00
thanks for your reply :)
here's the Table
Product Code Product Name Product Price Quantity Product Total
12345 Coke 20 20 400.00
12345 Coke 20 10 200.00
12345 Coke 20 2 40.00
i want it to summarize it like this, how can i do this?
Product Code Product Name Product Price Quantity Product Total
12345 Coke 20 32 640.00
thanks for your reply :)