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: ej2-javascript/grid/selection/selection.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,8 @@ Persist selection feature in the Grid allows you to retain the selected items ev
203
203
To enable persist selection, set the [selectionSettings->persistSelection](../../api/grid/selectionSettings/#persistselection) property to **true**.
204
204
205
205
> * 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.
207
208
208
209
In the following example, it demonstrates how to enable the persist selection feature for both rows and columns using the `selectionSettings.persistSelection` property :
0 commit comments