Hey guys!
Im making a orders system, I want to add a product individually into the datagrid,for example:
If I add for example 5 gl of milk it will display like this:
Quantity Description
5 GL Milk
But I want it to display it like this:
Quantity Description
1 GL Milk
1 GL Milk
1 GL Milk
1 GL Milk
1 GL Milk
I want to display the product in the datagrid the amount I entered in the quantity box.Do I have to make a loop?