I want to do alter an field with an change event when editing inline in a datagrid,
Something like : ${data.workload = event * 34.0 } but this generates an error.
Any suggestion is appreciated.
Thanks
I want to do alter an field with an change event when editing inline in a datagrid,
Something like : ${data.workload = event * 34.0 } but this generates an error.
Any suggestion is appreciated.
Thanks
What’s the component type? RadzenNumeric? The argument type of the Change event is related to the TValue, what is it in your case?
Got it working, Added an attribute:
TValue
double?
Thanks for the suggestion.