Radzen has supported forms since its very first release. The faithful Form component also got some improvements such as
multi-column support and popup lookups. Still in some cases it wasn’t enough as Radzen users needed full control over the form
layout in ...
Read image as base64 string using file input, JavaScript, Blazor (server-side) and SignalR
While working on Blazor prototype for Radzen I’ve found a little trick how to enable quck image read as base64 string using <input type="file" />, JavaScript and SignalR.