I would like to have an editable grid where first column is product selection and is of type combo box and get it’s data from an ASP.NET MVC controller method.
On selecting the product from the list, the other column values should be updated with product price, tax etc… You can edit all these values including the Quantity column filed and on these events the row total price is calculated and updated.
New product rows should also be supported.
This seems like a fairly common requirement, yet, browsing through the Demo samples I could not find any similar reference.
I know this is a complex grid requirement but I feel there should be an example demonstrating this functionality.
Thank you