Although I think it might be a bit confusing for the user, especially when trying to edit the value (when editing 56,00% to say 57,00%, the result gets multiplied - you need to write 0.57 again to get the correct result). But in my case it is alright as it is.
Hmm, I think maybe there is a misunderstanding of what's happening here?
If you make a RadzenNumeric input and it displays "30%", and you delete the 3 and replace it with a 4 so it instead says "40%", then it will suddenly change the "40%" to "4,000%" when you focus another element.
You can check my last reply in this thread. Numeric component is for numbers that are formatted later using string format options provided by the .NET.