Kendo.Mvc.UI.Fluent.ListViewSelectableSettingsBuilder
Defines the fluent API for configuring ListViewSelectableSettings
Properties
Container
Gets the selection settings container
Methods
Enabled(System.Boolean)
Enables or disables selection.
Example (ASPX)
@(Html.Kendo().ListView<ProductViewModel>()
.Name("productsLitView")
.Selectable(select=>select.Mode(ListViewSelectionMode.Multiple))
.DataSource(dataSource => dataSource
.Ajax()
.Read(read => read.Action("Products_Read", "ListView"))
.PageSize(21)
)
)
Mode(Kendo.Mvc.UI.ListViewSelectionMode)
Represents the selection modes supported by Kendo UI ListView for ASP.NET MVC
Parameters
value Kendo.Mvc.UI.ListViewSelectionMode
The value for Mode