1
Answer

KnockoutJS with MVC grid with dropdown for quantity updation

Photo of Mohan Subramanian

Mohan Subramanian

10y
1.2k
1
Hi,

Am working shopping cart project in MVC razor with knockoutJS.

 

My scenario is an grid with dropdown. Each product will have different quantity dropdown.

 

Example:

 

Product : hammam soap

Quantity  (dropdown ctrl) : 1,2,3,4

 

Product : rice

Quantity: 200,400,500,1000

 

My problem is for all product shows same quantity . It takes last product quantity for all products. I need solution for this ASAP.

Answers (1)