Hi, Ive got a RadzenNumeric and a checkbox in a datagrid. I want the checkbox on the same row to automatcally be set to true when the user changes the value in the numeric textbox. How do I achieve this?
Thx, that works if I change from radzenNumeric to RadzenTextbox - but when using radzenNumeric it wont work, I get these errors:
cannot convert from 'Microsoft.AspNetCore.Components.EventCallback' to 'Microsoft.AspNetCore.Components.EventCallback'|
Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type