Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143795 | Apr 5,2019 03:56 AM UTC | Apr 8,2019 06:46 AM UTC | ASP.NET MVC - EJ 2 | 4 |
![]() |
Tags: MaskedTextbox |
I need to implement mask equal to "hh:mm" in @Html.EJS().MaskedTextBoxFor(model => model.value,...
The example from documentation
not work, / MaskedTextBox / How To / MaskedTextBoxFor and Model BindingMy problema is whith MaskedTextBoxFor for Model Binding MVC, need locate the mask equal .Mask("00:00").
This appears in the documentation …
Syncfusion.EJ2.Inputs.MaskedTextBox mask1 = new Syncfusion.EJ2.Inputs.MaskedTextBox();
ViewData["Mask"] = mask1
@Html
.EJS().MaskedTextBoxFor(model
=>model
.value,(
Syncfusion
.EJ2
.Inputs
.MaskedTextBox
)ViewData
["Mask"]).Width("200px").Created("onCreate").Render()
….
know locate the mask equal to .Mask("00:00") in MaskedTextBoxFor ?, please need example that really work.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.