diff --git a/ej2-asp-core-mvc/code-snippet/maskedtextbox/adornments/adornments.cs b/ej2-asp-core-mvc/code-snippet/maskedtextbox/adornments/adornments.cs new file mode 100644 index 0000000000..2d555a9aad --- /dev/null +++ b/ej2-asp-core-mvc/code-snippet/maskedtextbox/adornments/adornments.cs @@ -0,0 +1,4 @@ +public ActionResult Index() +{ + return View(); +} \ No newline at end of file diff --git a/ej2-asp-core-mvc/code-snippet/maskedtextbox/adornments/razor b/ej2-asp-core-mvc/code-snippet/maskedtextbox/adornments/razor new file mode 100644 index 0000000000..fdaa3b17f5 --- /dev/null +++ b/ej2-asp-core-mvc/code-snippet/maskedtextbox/adornments/razor @@ -0,0 +1,62 @@ +@using Syncfusion.EJ2.Inputs +@using Syncfusion.EJ2.DropDowns +@using EJ2MVCSampleBrowser.Models +@using Syncfusion.EJ2 +@section ControlsSection { +
| Flow Direction | +
+
+ @Html.EJS().DropDownList("flow-orientation").PopupHeight("200px").Index(0).DataSource(orientationData).Change("onFlowChange").Render()
+
+ |
+
| Orientation Direction | +
+
+ @Html.EJS().DropDownList("orient-orientation").PopupHeight("200px").Index(0).DataSource(orientationData).Change("onOrientChange").Render()
+
+ |
+
| Flow Direction | +
+ |
+
| Orientation Direction | +
+ |
+