New to Telerik UI for ASP.NET Core? Download free 30-day trial

GridAllowCopyBuilder

Methods

Enabled(System.Boolean)

Enables or disables AllowCopy.

Parameters

value - System.Boolean

Example


             @(Html.Kendo().Grid(Model)
                .Name("Grid")
                .AllowCopy(config => config.Enabled((bool)ViewData["allowCopy"]))
            )

Delimeter(System.String)

Specifies whether multiple or single selection is allowed.

Parameters

value - System.String

Example


             @(Html.Kendo().Grid(Model)
                .Name("Grid")
                .Selectable(selection => selection.Delimeter((bool)ViewData["selectionMode"]))
            )

In this article
Not finding the help you need?