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

ListViewSelectionSettingsBuilder

Methods

Enabled(System.Boolean)

Enables or disables selection.

Parameters

value - System.Boolean

Example


                @( Html.Kendo().ListView(Model)
                           .Name("ListView")
                           .Enabled(true)
                )

Mode(Kendo.Mvc.UI.ListViewSelectionMode)

Specifies whether multiple or single selection is allowed.

Parameters

mode - ListViewSelectionMode

The mode for selection.

Example


                @( Html.Kendo().ListView(Model)
                           .Name("ListView")
                           .Selectable(selection => selection.Mode(ListViewSelectionMode.Multiple)
                )

In this article
Not finding the help you need?