Kendo UI: Update one columns data on changing value in another column
问题 Scenario I am having a grid of product details which on Edit opens up a pop-up comprising of that record details. All fields are readonly except the quantity field. Hence, when I increase or decrease the quantity the price column should reflected based on the value. So if quantity of 1 is 10 then when I increase the quantity to 2 it should be reflected to 20. Questions 1) I've studied the editor method a bit, I'll have to use the same method on the quantity column right?? 2) How shall I grab