Skip to content

Commit e755f9d

Browse files
authored
kb(pivotgrid): adjust version applicable and the caption
1 parent 8c55a3b commit e755f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/pivotgrid-update-old-persisted-filter-states-after-security-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ res_type: kb
1414

1515
| Version | Product | Author |
1616
| --- | --- | ---- |
17-
| 2024.4.1114 | PivotGrid for Telerik UI for ASP.NET AJAX | [Attila Antal](https://github.com/attilaantal)|
17+
| 2024.4.1114 and later | PivotGrid for Telerik UI for ASP.NET AJAX | [Attila Antal](https://github.com/attilaantal)|
1818

1919
## Description
2020

@@ -31,7 +31,7 @@ This knowledge base article also answers the following questions:
3131

3232
To convert legacy filter states in RadPivotGrid to the new JSON-based format, use the following approach. This code handles scenarios where filter states are stored as strings or files.
3333

34-
The following example shows how to convert the persisted state:
34+
The following example shows how to convert the persisted state from the old (ViewState) format to new (JSON) format:
3535

3636
````C#
3737
// The actual logic for converting the state

0 commit comments

Comments
 (0)