Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ej2-angular/multi-select/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Inject the `CheckBoxSelection` module in the MultiSelect to use the checkbox.

{% previewsample "page.domainurl/samples/multiselect/getting-started-cs15" %}

>Note: When using the MultiSelect component with CheckBox mode and grouping enabled, the enableSelectionOrder property (default to true) causes selected items to move out of their original group headers in the popup. To keep selected items under their respective group headers, set enableSelectionOrder to false.



## See Also

* [Group Template support to MultiSelect](./templates#group-template).
* [Group Template support to MultiSelect](./templates#group-template).