diff --git a/ej2-angular/multi-select/grouping.md b/ej2-angular/multi-select/grouping.md index ca7599d4df..1670033d3c 100644 --- a/ej2-angular/multi-select/grouping.md +++ b/ej2-angular/multi-select/grouping.md @@ -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). \ No newline at end of file +* [Group Template support to MultiSelect](./templates#group-template).