New to Telerik UI for ASP.NET MVC? Start a free 30-day trial
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.
Basic Configuration
The following example demonstrates the basic configuration for the Signature.
Razor
@(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.