New to Telerik UI for ASP.NET CoreStart a free 30-day trial

ASP.NET Core Signature Overview

The Telerik UI Signature for ASP.NET Core is a server-side wrapper for the Kendo UI Signature widget.

The Telerik UI Signature for ASP.NET Core 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.

Next Steps

See Also