If you would like to integrate the Signature into a standard HTML form, you could use the HtmlAttributes() method to set the "data-bind" attribute to bind the editor to the respective Model property:
Stay tuned by visiting our public roadmap and feedback portalpages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Just to point out for future visitors that it is important that UserSignature is of type string, so you need to have two properties, one of type string for Kendo Signature component and byte[] for handling BLOBs from database.