Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aspnet/Grid/Enable-Persistence.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Enable Persistence with Grid widget for Syncfusion Essential ASP.NET
description: How to persist grid state across page refresh
title: Enable Persistence in ASP.NET Webforms Grid Control | Syncfusion
description: Learn here about enable persistence in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
platform: aspnet
control: Grid
documentation: ug
---

# Enable Persistence
# Enable Persistence in ASP.NET Webforms Grid

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.

Expand Down
4 changes: 2 additions & 2 deletions aspnet/Grid/Grid-Dependencies.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Grid Dependencies | Grid | ASP.NET Webforms | Syncfusion
description: grid dependencies
description: Learn here about grid dependencies in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
platform: aspnet
control: Grid
documentation: ug
---

# Grid Dependencies
# Grid Dependencies in ASP.NET Webforms Grid

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.

Expand Down
20 changes: 10 additions & 10 deletions aspnet/MaskeditTextbox/Configure-Persistence-Support.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Configure Persistence Support | MaskEdit | ASP.NET Webforms | Syncfusion
description: configure persistence support
title: Configure Persistence in ASP.NET Webforms MaskEdit Control| Syncfusion
description: Learn here about configure persistence support in Syncfusion Essential ASP.NET Webforms MaskEdit Control, its elements, and more.
platform: aspnet
control: MaskEdit
documentation: ug
---

# Configure Persistence Support
# Configure Persistence Support in ASP.NET Webforms MaskEdit

The following steps explains the implementation of EnablePersistence in MaskEditTextbox.

Expand All @@ -25,7 +25,7 @@ The following steps explains the implementation of EnablePersistence in MaskEdit

The output for MaskEditTextbox with EnablePersistence before page load and after page load are as follows.

![](Configure-Persistence-Support_images/Configure-Persistence-Support_img1.png) ![](Configure-Persistence-Support_images/Configure-Persistence-Support_img2.png)
![ASP.NET Webforms MaskEdit Enabled or Disabled](Configure-Persistence-Support_images/Configure-Persistence-Support_img1.png) ![ASP.NET Webforms MaskEdit Configure Enabled or Disabled](Configure-Persistence-Support_images/Configure-Persistence-Support_img2.png)


## Enabled or Disabled
Expand All @@ -52,7 +52,7 @@ The following steps explains the implementation of Enabled in MaskEditTextbox.

The output for MaskEditTextbox when “Enabled” is “true” and “Enabled” is “false”.

![](Configure-Persistence-Support_images/Configure-Persistence-Support_img3.png) ![](Configure-Persistence-Support_images/Configure-Persistence-Support_img4.png)
![ASP.NET Webforms MaskEdit Adjusting Textbox Size](Configure-Persistence-Support_images/Configure-Persistence-Support_img3.png) ![ASP.NET Webforms MaskEdit Configure Height and Width](Configure-Persistence-Support_images/Configure-Persistence-Support_img4.png)



Expand Down Expand Up @@ -83,7 +83,7 @@ The following steps explains the implementation of Height and Width in MaskEditT
The output for MaskEditTextbox after setting the “Height” and “Width”.


![](Configure-Persistence-Support_images/Configure-Persistence-Support_img5.png)
![ASP.NET Webforms MaskEdit Define Value](Configure-Persistence-Support_images/Configure-Persistence-Support_img5.png)



Expand Down Expand Up @@ -115,7 +115,7 @@ The following steps explains the implementation of Value in MaskEditTextbox.
The output for MaskEditTextbox with Value.


![](Configure-Persistence-Support_images/Configure-Persistence-Support_img6.png)
![ASP.NET Webforms MaskEdit Configure Persistence Support](Configure-Persistence-Support_images/Configure-Persistence-Support_img6.png)



Expand Down Expand Up @@ -143,7 +143,7 @@ Add the following code example in your ASPX page to render the MaskEditTextbox c

The output for MaskEditTextbox when “ReadOnly” is “true”. The MaskEditTextbox values can not be edited or changed.

![C:/Users/giftline.jebamani/Desktop/a.png](Configure-Persistence-Support_images/Configure-Persistence-Support_img7.png)
![ASP.NET Webforms MaskEdit Error Visibility](Configure-Persistence-Support_images/Configure-Persistence-Support_img7.png)


### Error Visibility
Expand All @@ -168,8 +168,8 @@ Add the following code example in your ASPX page to render the Textbox control.

The output for Textbox when “ShowError” is “true”.

![C:/Users/giftline.jebamani/Desktop/a.png](Configure-Persistence-Support_images/Configure-Persistence-Support_img8.png)
![ASP.NET Webforms MaskEdit Configure Error Visibility](Configure-Persistence-Support_images/Configure-Persistence-Support_img8.png)

![C:/Users/giftline.jebamani/Desktop/b.png](Configure-Persistence-Support_images/Configure-Persistence-Support_img9.png)
![ASP.NET Webforms MaskEdit ShowError](Configure-Persistence-Support_images/Configure-Persistence-Support_img9.png)