I have an EditGrid and the data source is coming from an Entity. Now, if the user clicks the ‘Add Row’ button, I want some of the columns in a row to have a default value already. How do we do this?
Also, for example, when adding a row, i want the value of say column C to be autogenerated. It should be the product of column A and column B. Is this possible?