Skip to content

SEO-204825-Image-Alt-Missing-ASP.NET-MVC-Hotfix #465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
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
41 changes: 20 additions & 21 deletions aspnetmvc/MaskEdit/Behavior-Settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Behavior Settings | MaskEdit | ASP.NET MVC | Syncfusion
description: behavior settings
description: Check out and learn here all about behavior settings for ASP.NET MVC MaskEdit in Syncfusion and much more details.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recheck the control name and check the casing for all places.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change it mam.

platform: ejmvc
control: MaskEdit
documentation: ug
Expand All @@ -27,13 +27,12 @@ In the View page add MaskEditTextBox helper, and configure the EnablePersistence
Output of MaskEditTextBox with EnablePersistence is as follows.



![](Behavior-Settings_images/Behavior-Settings_img1.png)
![ASP.NET MVC Maskedit textbox at initial load in behavior setting.](Behavior-Settings_images/Behavior-Settings_img1.png)

MaskEditTextBox at initial load
{:.caption}

![](Behavior-Settings_images/Behavior-Settings_img2.png)
![ASP.NET MVC Maskedit textbox after changing the value and after page refresh in behavior setting.](Behavior-Settings_images/Behavior-Settings_img2.png)

MaskEditTextBox after changing the value and after page refresh
{:.caption}
Expand All @@ -56,12 +55,12 @@ In the View page add MaskEditTextBox helper, and configure the Enabled property.

Output when Enabled is “true” and when Enabled is “false”.

![](Behavior-Settings_images/Behavior-Settings_img3.png)
![ASP.NET MVC Maskedit textboxes with enabled as true in behavior setting.](Behavior-Settings_images/Behavior-Settings_img3.png)

Textboxes with enabled as true
{:.caption}

![](Behavior-Settings_images/Behavior-Settings_img4.png)
![ASP.NET MVC Maskedit textbox with enabled as false in behavior setting.](Behavior-Settings_images/Behavior-Settings_img4.png)

Textboxes with enabled as false
{:.caption}
Expand All @@ -82,7 +81,7 @@ MaskEditTextBox size can be modified by using the Height and Width properties.

Output of MaskEditTextBox after setting “Height” and “Width” is as follows.

![](Behavior-Settings_images/Behavior-Settings_img5.png)
![ASP.NET MVC Maskedit textbox with height and width.](Behavior-Settings_images/Behavior-Settings_img5.png)

MaskEditTextBox with height and width
{:.caption}
Expand All @@ -108,7 +107,7 @@ In the View page add MaskEditTextBox helper, and configure the Value property
Output of MaskEditTextBox with the value property is as follows.


![](Behavior-Settings_images/Behavior-Settings_img6.png)
![ASP.NET MVC Maskedit textbox with value in define value.](Behavior-Settings_images/Behavior-Settings_img6.png)

MaskEditTextBox with value
{:.caption}
Expand All @@ -131,7 +130,7 @@ Output of MaskEditTextBox when ReadOnly is “true” is as follows. MaskEditTex



![](Behavior-Settings_images/Behavior-Settings_img7.png)
![ASP.NET MVC MaskEdit textbox with readonly.](Behavior-Settings_images/Behavior-Settings_img7.png)

MaskEditTextBox with readOnly
{:.caption}
Expand All @@ -158,13 +157,13 @@ Output for MaskEditTextBox when ShowError is “true” is as follows.



![](Behavior-Settings_images/Behavior-Settings_img8.png)
![ASP.NET MVC Maskedit textbox with showerror in error visibility.](Behavior-Settings_images/Behavior-Settings_img8.png)

Textbox with showError
{:.caption}


![](Behavior-Settings_images/Behavior-Settings_img9.png)
![ASP.NET MVC Maskedit textbox without error in error visibility.](Behavior-Settings_images/Behavior-Settings_img9.png)

Textbox without error
{:.caption}
Expand Down Expand Up @@ -209,34 +208,34 @@ HidePromptOnLeave(true).InputMode(InputMode.Text).Render();}

The output for MaskEditTextBox with its properties is as follows.

![](Behavior-Settings_images/Behavior-Settings_img10.png)
![ASP.NET MVC Maskedit with maskformat.](Behavior-Settings_images/Behavior-Settings_img10.png)

MaskEdit with MaskFormat
{:.caption}


![](Behavior-Settings_images/Behavior-Settings_img11.png)
![ASP.NET MVC Maskedit with hide prompt on leave.](Behavior-Settings_images/Behavior-Settings_img11.png)

MaskEdit with HidePromptOnLeave
{:.caption}



![](Behavior-Settings_images/Behavior-Settings_img12.png)
![ASP.NET MVC Maskedit with prompt focus.](Behavior-Settings_images/Behavior-Settings_img12.png)

MaskEdit with prompt focus
{:.caption}



![](Behavior-Settings_images/Behavior-Settings_img13.png)
![ASP.NET MVC Maskedit with input mode text.](Behavior-Settings_images/Behavior-Settings_img13.png)

MaskEdit with InputMode text
{:.caption}



![](Behavior-Settings_images/Behavior-Settings_img14.png)
![ASP.NET MVC Maskedit with custom character.](Behavior-Settings_images/Behavior-Settings_img14.png)

MaskEdit with CustomCharacter
{:.caption}
Expand Down Expand Up @@ -316,7 +315,7 @@ The output for MaskEditTextBox after applying CssClass is as follows.



![](Behavior-Settings_images/Behavior-Settings_img15.png)
![ASP.NET MVC Maskedit textbox with css class in appearance.](Behavior-Settings_images/Behavior-Settings_img15.png)

Textboxes with cssClass
{:.caption}
Expand All @@ -339,7 +338,7 @@ In the View page add MaskEditTextBox helper, and configure the ShowRoundedCorner

Output of MaskEditTextBox when ShowRoundedCorner is “true”.

![](Behavior-Settings_images/Behavior-Settings_img16.png)
![ASP.NET MVC Maskedit textbox with show rounded corner.](Behavior-Settings_images/Behavior-Settings_img16.png)

Textboxes with showRoundedCorner
{:.caption}
Expand All @@ -360,7 +359,7 @@ In the View page use the corresponding Textbox helper for rendering Textbox cont

Output of MaskEditTextBox when ShowRoundedCorner is “true”.

![](Behavior-Settings_images/Behavior-Settings_img17.png)
![ASP.NET MVC Maskedit textbox with watermark text in appearance.](Behavior-Settings_images/Behavior-Settings_img17.png)

MaskEditTextBox with watermark text
{:.caption}
Expand All @@ -383,7 +382,7 @@ In the View page use the corresponding MaskEdit helper for rendering MaskEdit co

The output for Textboxes when TextAlign is set to “right”.

![](Behavior-Settings_images/Behavior-Settings_img18.png)
![ASP.NET MVC Maskedit textbox with text align in appearance.](Behavior-Settings_images/Behavior-Settings_img18.png)

MaskEditTextBox with textAlign
{:.caption}
Expand Down Expand Up @@ -443,7 +442,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component

The output for MaskEditTextBox after configuring the HtmlAttributes property

![](Behavior-Settings_images/Behavior-Settings_img19.png)
![ASP.NET MVC Maskedit textbox with focus in appearance.](Behavior-Settings_images/Behavior-Settings_img19.png)

MaskEditTextBox with focus
{:.caption}
Expand Down