From 062ee366f20927bc09eb039a81b9b57eae6f219d Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Thu, 1 May 2025 04:04:25 +0530 Subject: [PATCH] Integrated latest changes at 04-30-2025 10:31:16 PM --- ej2-angular/multi-select/grouping.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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).