Hi,
I'm migrating an very old kendo's version to the latest and i want to check all my code for make it pretty.
In grid, we need to have some editable fields and other readonly fields. But readonly's fields are computed with the editable.
For example, i have a product's grid with quantity, unit price and total. Unit price and Total, must be readonly, but the user can change quantity. Total is automatically calculated by unit price multiple quantity.
Actually, in our code, iclose cell when enter on edit mode if it's Unit price and quantity. But i seeing in the manual, i can use de Model editable flag. But when i use it, i can't change Total value using "set" method.
https://fiddle.jshell.net/muadhib/c1qLvax2/2/
Any body know how to do that in the prettiest way ?
Thx