calculated column [resolved]
Is there a way to calculate a value for a column, e.g. col3 = col1 + col2, without a computed column using expressions.
Maybe programmatically calculating the column when the user adds a new row.
Ive tried adding a event handler on rowschanged but with no luck.
Is there a way to calculate a value for a column, e.g. col3 = col1 + col2, without a computed column using expressions.
Maybe programmatically calculating the column when the user adds a new row.
Ive tried adding a event handler on rowschanged but with no luck.
Last edited: