You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet-core/helpers/listbox.md
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
---
2
2
title: ListBox
3
3
page_title: ListBox | UI for ASP.NET Core Tag Helpers
4
-
description: "Learn how to configure the ListBox html helper for ASP.NET Core (MVC 6 or ASP.NET Core MVC)."
4
+
description: "Learn the basics when working with the ListBox tag helper for ASP.NET Core (MVC 6 or ASP.NET Core MVC)."
5
5
slug: htmlhelpers_listbox_aspnetcore
6
6
---
7
7
8
-
# ListBox HtmlHelper Overview
8
+
# ListBox Tag Helper
9
9
10
-
The ListBox HtmlHelper extension is a server-side wrapper for the [Kendo UI ListBox](http://demos.telerik.com/aspnet-core/listbox/index). It displays a list of data contained in a box and allows single or multiple selection, reordering, deleting items and features keyboard navigation as well as drag and drop. The Kendo UI ListBox can be connected with another listbox. The widget can be customized with the use of templates, toolbar positioning, placeholder and hint and command buttons messages localization.
11
-
For a more detailed overview of the ListBox HtmlHelper check the ASP.NET MVC section of the documentation at [The ListBox HtmlHelper Overview]({% slug overview_listboxhelper_aspnetmvc %}).
10
+
The ListBox tag helper is a server-side wrapper for the [Kendo UI ListBox](http://demos.telerik.com/aspnet-mvc/listbox/index).
11
+
12
+
It displays a list of data that is contained in a box and allows single or multiple selection, reordering of selected items, and deleting items and features keyboard navigation as well as the dragging and dropping of items. You can also connect the ListBox with another list-box and customize the widget with the use of templates, toolbar positioning, placeholder and hint, and localization of its command buttons messages.
13
+
14
+
For more information, refer to the article on the [ListBox HtmlHelper for ASP.NET MVC]({% slug overview_listboxhelper_aspnetmvc %}).
12
15
13
16
## Basic Usage
14
17
@@ -19,7 +22,7 @@ The following example demonstrates how to define the ListBox by using the ListBo
0 commit comments