ASP.NET MVC Signature Overview
The Telerik UI Signature for ASP.NET MVC is a server-side wrapper for the Kendo UI Signature widget.
The Telerik UI Signature for ASP.NET MVC enables the user to create handwritten signatures.
The Signature is part of Telerik UI for ASP.NET MVC, a
professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Basic Configuration
The following example demonstrates the basic configuration for the Signature.
@(Html.Kendo().Signature()
.Name("signature")
.Maximizable(false)
.HideLine(true))
Functionality and Features
- Image Export—You can export the Signature to a PNG file.
- Form Integration—The Signature allows you to integrate it inside a Telerik UI Form component.