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: controls/multiselect/functionality/grouping.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,51 @@ published: True
8
8
position: 4
9
9
---
10
10
11
+
12
+
# Grouping
13
+
14
+
**RadMultiSelect** can group its data source based on the `GroupExpression` settings in the `WebServiceClientDataSource` tag. The `ClientDataSourceGroupExpression.FieldName` property holds the name of the field from the dataSource which will be used for the gruping.
15
+
16
+
The popup will show a header with the value of the field for each group, and a static header for the current group just below the column headers, so the user can see which group they are scrolling through regardless of the number of items in the control.
Web service binding creates a [Kendo DataSource](https://docs.telerik.com/kendo-ui/framework/datasource/overview) and applies the grouping settings to it automatically.
0 commit comments