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.

Telerik UI for ASP.NET Core Ninja image

The Signature is part of Telerik UI for ASP.NET Core, 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))
        <kendo-signature name="signature"
                         maximizable="false"
                         hide-line="true">
        </kendo-signature>

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

In this article