Skip to content

Commit b7310de

Browse files
author
Marin Bratanov
committed
docs(grid): update persisted settings, note to call Rebind() after state load
1 parent e58648c commit b7310de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/persistenceframework/getting-started/supported-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Following is a list of controls and the properties that can be persisted with Pe
2626
| **RadDropDownList** | **SelectedIndex** |
2727
| **RadDropDownTree** | **ExpandedIndices**, **CheckedIndices**, Selected indices of the embedded tree |
2828
| **RadFilter** | **FilterExpression** (internal property) |
29-
| **RadGrid** | **CurrentPageIndex**, **PageSize**, **EditIndexes**, **SelectedCellIndexes**, **SelectedIndexes**, **AllowMultiColumnSorting** |
29+
| **RadGrid** | Grid settings: **CurrentPageIndex**, **PageSize**, **EditIndexes**, **SelectedCellIndexes**, **SelectedIndexes**, **AllowMultiColumnSorting**, **Group-by expressions**, **Sort Expressions**, **Filter Expressions**;<br /> Column settings: **Width**, **OrderIndex**, **Display**, **Visible**, **CurrentFilterFunction**, **CurrentFilterValue**; <br /> Make sure to call the `.Rebind()` method of the grid after you call `.LoadState()`, so that the newly loaded settings take effect. |
3030
| **MasterTableView** | **ColumnSettings**, **CurrentPageIndex**, **FilterExpression**, **GroupByExpression**, **IsItemInserted**, **PageSize**, **SortExpression** |
3131
| **RadListBox** | **CheckedIndices** (internal property), **SelectedIndices** (internal property)|
3232
| **RadListView** | **CurrentPageIndex**, **EditIndexes**, **FilterExpressions**, **IsItemInserted**, **PageSize**, **SelectedIndexes**, **SortExpressions** |

0 commit comments

Comments
 (0)