Skip to content

Commit 5e4892b

Browse files
Integrated latest changes at 07-27-2024 10:30:05 AM
1 parent 7554a12 commit 5e4892b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ej2-javascript/grid/selection/selection.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ Persist selection feature in the Grid allows you to retain the selected items ev
203203
To enable persist selection, set the [selectionSettings->persistSelection](../../api/grid/selectionSettings/#persistselection) property to **true**.
204204

205205
> * While using persist selection feature, at least one column in your grid should be enabled as a primary key. This ensures that the grid can identify and persist the selected items correctly.
206-
>* The `persistSelection` feature is not supported for cell selections in the Syncfusion ##Platform_Name## Grid control
206+
>* The `persistSelection` feature is not supported for cell selections in the Syncfusion ##Platform_Name## Grid control.
207+
>* The `persistSelection` feature is only supported for grid `multiple` type selections.
207208
208209
In the following example, it demonstrates how to enable the persist selection feature for both rows and columns using the `selectionSettings.persistSelection` property :
209210

0 commit comments

Comments
 (0)