Skip to content

Commit 8ae1149

Browse files
Merge pull request #196 from Syncfusion-Content/hotfix/hotfix-v20.2.0.36
DOCINFRA-2341_merged_using_automation
2 parents bc107a9 + 8d40288 commit 8ae1149

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

aspnet/Grid/Enable-Persistence.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Enable Persistence
10+
# Enable Persistence in ASP.NET Webforms Grid
1111

1212
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.
1313

aspnet/Grid/Grid-Dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
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.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Grid Dependencies
10+
# Grid Dependencies in ASP.NET Webforms Grid
1111

1212
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.
1313

aspnet/MaskeditTextbox/Configure-Persistence-Support.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Configure Persistence Support | MaskEdit | ASP.NET Webforms | Syncfusion
4-
description: configure persistence support
3+
title: Configure Persistence in ASP.NET Webforms MaskEdit Control| Syncfusion
4+
description: Learn here about configure persistence support in Syncfusion Essential ASP.NET Webforms MaskEdit Control, its elements, and more.
55
platform: aspnet
66
control: MaskEdit
77
documentation: ug
88
---
99

10-
# Configure Persistence Support
10+
# Configure Persistence Support in ASP.NET Webforms MaskEdit
1111

1212
The following steps explains the implementation of EnablePersistence in MaskEditTextbox.
1313

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

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

28-
![](Configure-Persistence-Support_images/Configure-Persistence-Support_img1.png) ![](Configure-Persistence-Support_images/Configure-Persistence-Support_img2.png)
28+
![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)
2929

3030

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

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

55-
![](Configure-Persistence-Support_images/Configure-Persistence-Support_img3.png) ![](Configure-Persistence-Support_images/Configure-Persistence-Support_img4.png)
55+
![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)
5656

5757

5858

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

8585

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

8888

8989

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

117117

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

120120

121121

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

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

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

148148

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

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

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

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

175175

0 commit comments

Comments
 (0)