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: aspnet/Grid/Enable-Persistence.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Enable Persistence with Grid widget for Syncfusion Essential ASP.NET
4
-
description: How to persist grid state across page refresh
3
+
title: Enable Persistence in ASP.NET Webforms Grid Control | Syncfusion
4
+
description: Learn here about enable persistence in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
5
5
platform: aspnet
6
6
control: Grid
7
7
documentation: ug
8
8
---
9
9
10
-
# Enable Persistence
10
+
# Enable Persistence in ASP.NET Webforms Grid
11
11
12
12
Enable Persistence is to maintain the grid state in browser's [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true.
Copy file name to clipboardExpand all lines: aspnet/Grid/Grid-Dependencies.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
title: Grid Dependencies | Grid | ASP.NET Webforms | Syncfusion
4
-
description: grid dependencies
4
+
description: Learn here about grid dependencies in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
5
5
platform: aspnet
6
6
control: Grid
7
7
documentation: ug
8
8
---
9
9
10
-
# Grid Dependencies
10
+
# Grid Dependencies in ASP.NET Webforms Grid
11
11
12
12
It is necessary to refer Grid dependent scripts and CSS files in your application, if you have not configured [Embedded Resources](https://help.syncfusion.com/aspnet/embeded-resources) in your application. You may ignore this section if you embed the resources from assembly.
0 commit comments